mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Fix mount mutex handling missed in r234386.
This commit is contained in:
parent
6593be0158
commit
54d642ad7d
1 changed files with 1 additions and 0 deletions
|
|
@ -1452,6 +1452,7 @@ nfs_sync(struct mount *mp, int waitfor)
|
|||
MNT_IUNLOCK(mp);
|
||||
return (EBADF);
|
||||
}
|
||||
MNT_IUNLOCK(mp);
|
||||
|
||||
/*
|
||||
* Force stale buffer cache information to be flushed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue