Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ufs: replace __inline with inline

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Harvey Harrison and committed by
Linus Torvalds
36a53ddf 0045edaa

+1 -1
+1 -1
fs/ufs/swab.h
··· 40 40 return (__force __fs64)cpu_to_be64(n); 41 41 } 42 42 43 - static __inline u32 43 + static inline u32 44 44 fs32_to_cpu(struct super_block *sbp, __fs32 n) 45 45 { 46 46 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)