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

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to