LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 7/9] ufs: replace __inline with inline
@ 2008-03-05 1:17 Harvey Harrison
0 siblings, 0 replies; only message in thread
From: Harvey Harrison @ 2008-03-05 1:17 UTC (permalink / raw)
To: Evgeniy Dushistov; +Cc: Andrew Morton, LKML
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
fs/ufs/swab.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fs/ufs/swab.h b/fs/ufs/swab.h
index 1683d2b..9e343e7 100644
--- 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
fs64_add(struct super_block *sbp, u32 *n, int d)
{
if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)
@@ -49,7 +49,7 @@ fs64_add(struct super_block *sbp, u32 *n, int d)
return *n = cpu_to_be64(be64_to_cpu(*n)+d);
}
-static __inline u32
+static inline u32
fs64_sub(struct super_block *sbp, u32 *n, int d)
{
if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)
@@ -58,7 +58,7 @@ fs64_sub(struct super_block *sbp, u32 *n, int d)
return *n = cpu_to_be64(be64_to_cpu(*n)-d);
}
-static __inline u32
+static inline u32
fs32_to_cpu(struct super_block *sbp, __fs32 n)
{
if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)
--
1.5.4.3.500.g83a2c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-05 1:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 1:17 [PATCH 7/9] ufs: replace __inline with inline Harvey Harrison
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).