mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
- Add a missing VI_UNLOCK to an error case in nfs_flush.
This commit is contained in:
parent
9f3089acef
commit
be12d7a61d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue