projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0045eda
)
ufs: replace __inline with inline
author
Harvey Harrison
<harvey.harrison@gmail.com>
Mon, 28 Apr 2008 09:16:18 +0000
(
02:16
-0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:45 +0000
(08:58 -0700)
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>
fs/ufs/swab.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/ufs/swab.h
b/fs/ufs/swab.h
index c89e6ad891fb4a6cba227a0363facf19e226f7bf..8d974c4fd18b1eea45ddc849803f01904f7b8abb 100644
(file)
--- a/
fs/ufs/swab.h
+++ b/
fs/ufs/swab.h
@@
-40,7
+40,7
@@
cpu_to_fs64(struct super_block *sbp, u64 n)
return (__force __fs64)cpu_to_be64(n);
}
-static
__
inline u32
+static inline u32
fs32_to_cpu(struct super_block *sbp, __fs32 n)
{
if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)