Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux: Guard proc sentinel values using kernel version.
Kernel 6.11-rc1 and later no longer use proc sentinels and zfs module will fail loading if compiled with CONFIG_RANDSTRUCT_PERFORMANCE=y The change restricts use of the sentinel values to earlier kernel versions. Ideally we should check for sentinels instead of kernel version. Closes #16620 Signed-off-by: Ivan Volosyuk <[email protected]>
- Loading branch information