Fixes mkdir for the NFSv2 client that was broken by r264705.

Reported by:	bdrewery
MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2014-04-22 04:42:46 +00:00
parent b1a409863f
commit 9eeef7464b

View File

@ -2585,7 +2585,7 @@ nfsrpc_mkdir(vnode_t dvp, char *name, int namelen, struct vattr *vap,
}
if (!error)
error = nfscl_mtofh(nd, nfhpp, nnap, attrflagp);
if (!error) {
if (error == 0 && (nd->nd_flag & ND_NFSV4) != 0) {
/* Get rid of the PutFH and Getattr status values. */
NFSM_DISSECT(tl, u_int32_t *, 4 * NFSX_UNSIGNED);
/* Load the directory attributes. */