]> granicus.if.org Git - zfs/commit
Refactor inode_owner_or_capable() autotools check
authorRichard Yao <ryao@gentoo.org>
Wed, 30 Apr 2014 02:42:09 +0000 (22:42 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 May 2014 17:06:49 +0000 (10:06 -0700)
commit3b4f425a5a321c02f6cf10e2ffba891ff79b80c6
tree3242d7a856fdfd2c77ee6dbbb0c4731fce84f475
parent78597769b488633c9b61ded8ede0c8790b849b75
Refactor inode_owner_or_capable() autotools check

We need inode_owner_or_capable() for ZFS file attributes in addition to
xattrs, so it should go into its own file. This moves it into its own
file and changes it to be more comprehensive. It will now fail if no
known good API is detected.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1691
config/kernel-is_owner_or_cap.m4 [new file with mode: 0644]
config/kernel-xattr-handler.m4