diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index e9b0c59f9286431316a15810fdb0bd15c245a840..8b7e94ac096b3c9b3645adfe3d68a5b75d439d85 100644 --- a/fs/nfs/idmap.c +++ b/fs/nfs/idmap.c @@ -404,8 +404,10 @@ static struct key_type key_type_id_resolver_legacy = { static void __nfs_idmap_unregister(struct rpc_pipe *pipe) { - if (pipe->dentry) + if (pipe->dentry) { rpc_unlink(pipe->dentry); + pipe->dentry = NULL; + } } static int __nfs_idmap_register(struct dentry *dir,