Fix mount mutex handling missed in r234386.

This commit is contained in:
Sergey Kandaurov 2012-05-05 09:34:35 +00:00
parent 6593be0158
commit 54d642ad7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235052

View File

@ -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.