Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-microblaze.git] / net / sunrpc / rpc_pipe.c
index e9d0953..eadc0ed 100644 (file)
@@ -1510,6 +1510,6 @@ err_notifier:
 void unregister_rpc_pipefs(void)
 {
        rpc_clients_notifier_unregister();
-       kmem_cache_destroy(rpc_inode_cachep);
        unregister_filesystem(&rpc_pipe_fs_type);
+       kmem_cache_destroy(rpc_inode_cachep);
 }