diff options
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 6345f26e87ee..f2317f3e29f9 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -1904,7 +1904,7 @@ static void init_once(void * foo, kmem_cache_t * cachep, unsigned long flags) | |||
1904 | } | 1904 | } |
1905 | } | 1905 | } |
1906 | 1906 | ||
1907 | int nfs_init_inodecache(void) | 1907 | static int nfs_init_inodecache(void) |
1908 | { | 1908 | { |
1909 | nfs_inode_cachep = kmem_cache_create("nfs_inode_cache", | 1909 | nfs_inode_cachep = kmem_cache_create("nfs_inode_cache", |
1910 | sizeof(struct nfs_inode), | 1910 | sizeof(struct nfs_inode), |
@@ -1916,7 +1916,7 @@ int nfs_init_inodecache(void) | |||
1916 | return 0; | 1916 | return 0; |
1917 | } | 1917 | } |
1918 | 1918 | ||
1919 | void nfs_destroy_inodecache(void) | 1919 | static void nfs_destroy_inodecache(void) |
1920 | { | 1920 | { |
1921 | if (kmem_cache_destroy(nfs_inode_cachep)) | 1921 | if (kmem_cache_destroy(nfs_inode_cachep)) |
1922 | printk(KERN_INFO "nfs_inode_cache: not all structures were freed\n"); | 1922 | printk(KERN_INFO "nfs_inode_cache: not all structures were freed\n"); |