mirror_zfs/include/os
Alexander Motin b3b0ce64d5
FreeBSD: Lock vnode in zfs_ioctl()
Previously vnode was not locked there, unlike Linux.  It required
locking it in vn_flush_cached_data(), which recursed on the lock
if called from zfs_clone_range(), having the vnode locked.

Reviewed-by: Alan Somers <asomers@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #16789
Closes #16796
2024-11-23 14:26:52 -08:00
..
freebsd FreeBSD: Lock vnode in zfs_ioctl() 2024-11-23 14:26:52 -08:00
linux Fix few __VA_ARGS typos in assertions 2024-11-19 06:48:06 -08:00