aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/quota/xfs_qm_stats.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-04-10 12:19:10 +1000
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-04-18 11:51:15 +1000
commit0225da1f35df46c67785eb08526995d7cdb4e3b0 (patch)
tree6af0fb2b99f249b90748d8f5edd36e918a35acb4 /fs/xfs/quota/xfs_qm_stats.h
parent6b1d1a732f886936fe515d911b1a01d9cc50e179 (diff)
downloadkernel_samsung_smdk4412-0225da1f35df46c67785eb08526995d7cdb4e3b0.zip
kernel_samsung_smdk4412-0225da1f35df46c67785eb08526995d7cdb4e3b0.tar.gz
kernel_samsung_smdk4412-0225da1f35df46c67785eb08526995d7cdb4e3b0.tar.bz2
[XFS] Replace __inline with inline
Remove the remaining uses of __inline in the XFS code base. SGI-PV: 976035 SGI-Modid: xfs-linux-melb:xfs-kern:30774a Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/quota/xfs_qm_stats.h')
-rw-r--r--fs/xfs/quota/xfs_qm_stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_qm_stats.h b/fs/xfs/quota/xfs_qm_stats.h
index a50ffab..5b964fc 100644
--- a/fs/xfs/quota/xfs_qm_stats.h
+++ b/fs/xfs/quota/xfs_qm_stats.h
@@ -45,8 +45,8 @@ extern void xfs_qm_cleanup_procfs(void);
# define XQM_STATS_INC(count) do { } while (0)
-static __inline void xfs_qm_init_procfs(void) { };
-static __inline void xfs_qm_cleanup_procfs(void) { };
+static inline void xfs_qm_init_procfs(void) { };
+static inline void xfs_qm_cleanup_procfs(void) { };
#endif