zfs/module/os/linux
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
..
spl Provide kfpu_begin/end from spl 2024-02-29 23:33:31 +05:00
zfs Improve zpl_permission performance 2024-02-29 23:33:46 +05:00