]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/read.c
NFSv4: Ensure nfs4_lock_expired() caches delegated locks
[linux-2.6-omap-h63xx.git] / fs / nfs / read.c
index 41c2ffee24f566dabf38f271e6ecdfa3fa3ea0d1..52bf634260a11c162cd7b5a8859782ff5924a1bd 100644 (file)
@@ -15,7 +15,6 @@
  * within the RPC code when root squashing is suspected.
  */
 
-#include <linux/config.h>
 #include <linux/time.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
@@ -711,7 +710,7 @@ int __init nfs_init_readpagecache(void)
        return 0;
 }
 
-void __exit nfs_destroy_readpagecache(void)
+void nfs_destroy_readpagecache(void)
 {
        mempool_destroy(nfs_rdata_mempool);
        if (kmem_cache_destroy(nfs_rdata_cachep))