Re: [PATCH 6/6] SUNRPC: split SUNPRC PipeFS dentry and private pipedata creation

From: Stanislav Kinsbursky
Date: Mon Dec 26 2011 - 05:46:29 EST


25.12.2011 17:16, Trond Myklebust ÐÐÑÐÑ:
@@ -387,7 +397,9 @@ nfs_idmap_delete(struct nfs_client *clp)
>
> if (!idmap)
> return;
> - rpc_unlink(idmap->idmap_dentry);
> + if (idmap->idmap_pipe->dentry)
Shouldn't this be a test for IS_ERR(idmap->idmap_pipe->dentry)?


Nope. This dentry is either NULL or valid pointer.
Will resend rebased version soon.

--
Best regards,
Stanislav Kinsbursky
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/