Merge pull request #319 from versity/auke/nfs_setfacl

nfs setfacl + test (needs nfs-utils)
This commit is contained in:
Zach Brown
2026-06-03 10:06:17 -07:00
committed by GitHub
9 changed files with 144 additions and 6 deletions
+10
View File
@@ -479,6 +479,16 @@ ifneq (,$(shell grep '^unsigned int stack_trace_save' include/linux/stacktrace.h
ccflags-y += -DKC_STACK_TRACE_SAVE
endif
#
# v3.14-rc1-7-g4e34e719e457
#
# .set_acl callback added to struct inode_operations. Most kernels
# we target have it, but el7 (3.10 base) does not, so detect.
#
ifneq (,$(shell grep 'int ..set_acl..struct' include/linux/fs.h))
ccflags-y += -DKC_HAS_SET_ACL
endif
#
# v6.1-rc1-2-g138060ba92b3
#