[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>
This commit is contained in:

committed by
Lachlan McIlroy

parent
6b1d1a732f
commit
0225da1f35
@@ -144,8 +144,8 @@ extern void xfs_cleanup_procfs(void);
|
||||
# define XFS_STATS_DEC(count)
|
||||
# define XFS_STATS_ADD(count, inc)
|
||||
|
||||
static __inline void xfs_init_procfs(void) { };
|
||||
static __inline void xfs_cleanup_procfs(void) { };
|
||||
static inline void xfs_init_procfs(void) { };
|
||||
static inline void xfs_cleanup_procfs(void) { };
|
||||
|
||||
#endif /* !CONFIG_PROC_FS */
|
||||
|
||||
|
Reference in New Issue
Block a user