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 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 |
2157 | out0: | ||
2158 | nfs_destroy_directcache(); | 2156 | nfs_destroy_directcache(); |
2157 | out0: | ||
2159 | #endif | 2158 | #endif |
2159 | nfs_destroy_writepagecache(); | ||
2160 | out1: | 2160 | out1: |
2161 | nfs_destroy_readpagecache(); | 2161 | nfs_destroy_readpagecache(); |
2162 | out2: | 2162 | out2: |