diff options
Diffstat (limited to 'fs/xfs/xfs_icache.c')
-rw-r--r-- | fs/xfs/xfs_icache.c | 4 |
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 | */ |
51 | STATIC struct xfs_inode * | 51 | struct xfs_inode * |
52 | xfs_inode_alloc( | 52 | xfs_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 | ||
101 | STATIC void | 101 | void |
102 | xfs_inode_free( | 102 | xfs_inode_free( |
103 | struct xfs_inode *ip) | 103 | struct xfs_inode *ip) |
104 | { | 104 | { |