diff options
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index dfa504fe383f..f65bea74734d 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -858,7 +858,6 @@ int register_rpc_pipefs(void) | |||
858 | 858 | ||
859 | void unregister_rpc_pipefs(void) | 859 | void unregister_rpc_pipefs(void) |
860 | { | 860 | { |
861 | if (kmem_cache_destroy(rpc_inode_cachep)) | 861 | kmem_cache_destroy(rpc_inode_cachep); |
862 | printk(KERN_WARNING "RPC: unable to free inode cache\n"); | ||
863 | unregister_filesystem(&rpc_pipe_fs_type); | 862 | unregister_filesystem(&rpc_pipe_fs_type); |
864 | } | 863 | } |