- Add a missing VI_UNLOCK to an error case in nfs_flush.

This commit is contained in:
Jeff Roberson 2002-08-05 08:54:29 +00:00
parent 9f3089acef
commit be12d7a61d

View file

@ -2814,6 +2814,7 @@ loop:
slpflag | (PRIBIO + 1), "nfsfsync", slptimeo);
if (error) {
if (nfs_sigintr(nmp, NULL, td)) {
VI_UNLOCK(vp);
error = EINTR;
goto done;
}