zfs/module/os
Andrew Walker 8a4f609651 Improve zpl_permission performance
This function can be frequently called with MAY_EXEC|MAY_NOT_BLOCK
during RCU path walk. Where possible we should try not to break
out of it. In this case we check whether flag ZFS_NO_EXECS_DENIED is
set and check mode (similar to fastexecute check in zfs_acl.c).

Signed-off-by: Andrew Walker <awalker@ixsystems.com>
2024-02-29 23:33:46 +05:00
..
freebsd Add ability for xattr handler to "strip" NFSv4 ACL (#54) 2024-02-29 23:31:47 +05:00
linux Improve zpl_permission performance 2024-02-29 23:33:46 +05:00