Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable PF_FSTRANS for ioctl secpolicy callbacks
At the very least, the zfs_secpolicy_write_perms ioctl security policy callback, which calls dsl_dataset_hold(), can require freeing memory and, therefore, re-enter ZFS. This patch enables PF_FSTRANS for all of the security policy callbacks similarly to the manner in which it's enabled for the actual ioctl callback. May-fix: #4554
- Loading branch information