vfs: fix a whitespace nit in r309307
This commit is contained in:
parent
1babea0341
commit
a4ce25b5b0
@ -809,7 +809,7 @@ lookup(struct nameidata *ndp)
|
||||
*/
|
||||
if ((cnp->cn_flags & LOCKPARENT) && (cnp->cn_flags & ISLASTCN) &&
|
||||
dp != vp_crossmp && VOP_ISLOCKED(dp) == LK_SHARED)
|
||||
vn_lock(dp, LK_UPGRADE|LK_RETRY);
|
||||
vn_lock(dp, LK_UPGRADE|LK_RETRY);
|
||||
if ((dp->v_iflag & VI_DOOMED) != 0) {
|
||||
error = ENOENT;
|
||||
goto bad;
|
||||
|
Loading…
Reference in New Issue
Block a user