diff options
Diffstat (limited to 'fs/nfs/pagelist.c')
-rw-r--r-- | fs/nfs/pagelist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index 656481c0daa3..ef9429643ebc 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c | |||
@@ -378,7 +378,7 @@ out: | |||
378 | return res; | 378 | return res; |
379 | } | 379 | } |
380 | 380 | ||
381 | int nfs_init_nfspagecache(void) | 381 | int __init nfs_init_nfspagecache(void) |
382 | { | 382 | { |
383 | nfs_page_cachep = kmem_cache_create("nfs_page", | 383 | nfs_page_cachep = kmem_cache_create("nfs_page", |
384 | sizeof(struct nfs_page), | 384 | sizeof(struct nfs_page), |
@@ -390,7 +390,7 @@ int nfs_init_nfspagecache(void) | |||
390 | return 0; | 390 | return 0; |
391 | } | 391 | } |
392 | 392 | ||
393 | void nfs_destroy_nfspagecache(void) | 393 | void __exit nfs_destroy_nfspagecache(void) |
394 | { | 394 | { |
395 | if (kmem_cache_destroy(nfs_page_cachep)) | 395 | if (kmem_cache_destroy(nfs_page_cachep)) |
396 | printk(KERN_INFO "nfs_page: not all structures were freed\n"); | 396 | printk(KERN_INFO "nfs_page: not all structures were freed\n"); |