Correct typo after manual patching.

Noticed by:	b. f.
This commit is contained in:
Pawel Jakub Dawidek 2009-09-09 13:23:26 +00:00
parent 1e8a101ef2
commit fdc63f4908

View File

@ -1686,7 +1686,7 @@ out:
if (dirp) {
vn_lock(dirp, LK_EXCLUSIVE | LK_RETRY);
diraft_ret = VOP_GETATTR(dirp, &diraft, cred);
vput(drip);
vput(dirp);
}
ereply:
nfsm_reply(NFSX_SRVFH(1) + NFSX_POSTOPATTR(1) + NFSX_WCCDATA(1));