aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index 740d3cd40246..da58207b366b 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -2152,11 +2152,11 @@ out:
2152#ifdef CONFIG_PROC_FS 2152#ifdef CONFIG_PROC_FS
2153 rpc_proc_unregister("nfs"); 2153 rpc_proc_unregister("nfs");
2154#endif 2154#endif
2155 nfs_destroy_writepagecache();
2156#ifdef CONFIG_NFS_DIRECTIO 2155#ifdef CONFIG_NFS_DIRECTIO
2157out0:
2158 nfs_destroy_directcache(); 2156 nfs_destroy_directcache();
2157out0:
2159#endif 2158#endif
2159 nfs_destroy_writepagecache();
2160out1: 2160out1:
2161 nfs_destroy_readpagecache(); 2161 nfs_destroy_readpagecache();
2162out2: 2162out2: