Skip to content
Commit 4a400f0d authored by Dan Aloni's avatar Dan Aloni Committed by Trond Myklebust
Browse files

sunrpc: destroy rpc_inode_cachep after unregister_filesystem



Better to unregister the file system before destroying the kmem_cache
cache of the inodes, so that the inodes are freed before we are trying
to destroy it. Otherwise, kmem_cache yells that some objects are live.

Signed-off-by: default avatarDan Aloni <dan@kernelim.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 57f80c0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment