View | Details | Raw Unified | Return to bug 268828 | Differences between
and this patch

Collapse All | Expand All

(-)sys/fs/nfsserver/nfs_nfsdport.c (-1 / +1 lines)
Lines 1918-1924 nfsvno_open(struct nfsrv_descript *nd, struct nameidat Link Here
1918
		}
1918
		}
1919
	} else {
1919
	} else {
1920
		nfsvno_relpathbuf(ndp);
1920
		nfsvno_relpathbuf(ndp);
1921
		if (create == NFSV4OPEN_CREATE) {
1921
		if (ndp->ni_startdir && create == NFSV4OPEN_CREATE) {
1922
			if (ndp->ni_dvp == ndp->ni_vp)
1922
			if (ndp->ni_dvp == ndp->ni_vp)
1923
				vrele(ndp->ni_dvp);
1923
				vrele(ndp->ni_dvp);
1924
			else
1924
			else

Return to bug 268828