mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Remove accidental pollution unrelated to previous commit. The issue
here is real but has not yet been discussed with Eivind.
This commit is contained in:
parent
588a09b4fb
commit
3854a87ef3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54469
@ -1307,7 +1307,6 @@ symlink(p, uap)
|
||||
vput(nd.ni_vp);
|
||||
vput(nd.ni_dvp);
|
||||
ASSERT_VOP_UNLOCKED(nd.ni_dvp, "symlink");
|
||||
if (error == 0)
|
||||
ASSERT_VOP_UNLOCKED(nd.ni_vp, "symlink");
|
||||
out:
|
||||
zfree(namei_zone, path);
|
||||
|
@ -1307,7 +1307,6 @@ symlink(p, uap)
|
||||
vput(nd.ni_vp);
|
||||
vput(nd.ni_dvp);
|
||||
ASSERT_VOP_UNLOCKED(nd.ni_dvp, "symlink");
|
||||
if (error == 0)
|
||||
ASSERT_VOP_UNLOCKED(nd.ni_vp, "symlink");
|
||||
out:
|
||||
zfree(namei_zone, path);
|
||||
|
Loading…
Reference in New Issue
Block a user