zfs_freebsd_close: call zfs_close with count=1 instead of count=0
Otherwise we may be leaking z_sync_cnt, which may lead to unnecessary ZIL sync-ing. MFC after: 12 days
This commit is contained in:
parent
e21e29d716
commit
7ac8ca0d58
@ -5661,7 +5661,7 @@ zfs_freebsd_close(ap)
|
||||
} */ *ap;
|
||||
{
|
||||
|
||||
return (zfs_close(ap->a_vp, ap->a_fflag, 0, 0, ap->a_cred, NULL));
|
||||
return (zfs_close(ap->a_vp, ap->a_fflag, 1, 0, ap->a_cred, NULL));
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user