]> git.proxmox.com Git - mirror_zfs.git/commit - config/kernel-xattr-handler.m4
Linux 4.4 compat: xattr operations takes xattr_handler
authorChunwei Chen <david.chen@osnexus.com>
Mon, 23 Nov 2015 23:06:46 +0000 (15:06 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Dec 2015 00:48:25 +0000 (16:48 -0800)
commit61d482f7cd1687177185140699c6843c904b38d4
tree3240dbdd43598b72269d236be575e5a0ab7a369c
parent1a093716788a08b5d038c49ab99a6e9363c97a64
Linux 4.4 compat: xattr operations takes xattr_handler

The xattr_hander->{list,get,set} were changed to take a xattr_handler,
and handler_flags argument was removed and should be accessed by
handler->flags.

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #4021
config/kernel-xattr-handler.m4
include/linux/xattr_compat.h
module/zfs/zpl_xattr.c