aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_icache.c')
-rw-r--r--fs/xfs/xfs_icache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c
index 73b62a24ceac..193206ba4358 100644
--- a/fs/xfs/xfs_icache.c
+++ b/fs/xfs/xfs_icache.c
@@ -48,7 +48,7 @@ STATIC void __xfs_inode_clear_reclaim_tag(struct xfs_mount *mp,
48/* 48/*
49 * Allocate and initialise an xfs_inode. 49 * Allocate and initialise an xfs_inode.
50 */ 50 */
51STATIC struct xfs_inode * 51struct xfs_inode *
52xfs_inode_alloc( 52xfs_inode_alloc(
53 struct xfs_mount *mp, 53 struct xfs_mount *mp,
54 xfs_ino_t ino) 54 xfs_ino_t ino)
@@ -98,7 +98,7 @@ xfs_inode_free_callback(
98 kmem_zone_free(xfs_inode_zone, ip); 98 kmem_zone_free(xfs_inode_zone, ip);
99} 99}
100 100
101STATIC void 101void
102xfs_inode_free( 102xfs_inode_free(
103 struct xfs_inode *ip) 103 struct xfs_inode *ip)
104{ 104{