]> err.no Git - linux-2.6/blobdiff - fs/nfs/inode.c
[S390] xpram off by one error.
[linux-2.6] / fs / nfs / inode.c
index 51bc88b662feabeb54f0873c1876296adabc0b25..d349fb2245da4dabe1c44ecd8700e2c90112e8ae 100644 (file)
@@ -13,7 +13,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/init.h>
 
@@ -1132,7 +1131,7 @@ static int __init nfs_init_inodecache(void)
        return 0;
 }
 
-static void __exit nfs_destroy_inodecache(void)
+static void nfs_destroy_inodecache(void)
 {
        if (kmem_cache_destroy(nfs_inode_cachep))
                printk(KERN_INFO "nfs_inode_cache: not all structures were freed\n");