mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
parent
e8b9bd97e3
commit
4fe752ccb3
1 changed files with 2 additions and 0 deletions
|
|
@ -6323,7 +6323,9 @@ zfs_freebsd_copy_file_range(struct vop_copy_file_range_args *ap)
|
|||
error == EOPNOTSUPP)
|
||||
goto bad_locked_fallback;
|
||||
*ap->a_lenp = (size_t)len;
|
||||
#ifdef MAC
|
||||
out_locked:
|
||||
#endif
|
||||
if (invp != outvp)
|
||||
VOP_UNLOCK(invp);
|
||||
VOP_UNLOCK(outvp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue