Linux 2.6.33 compat, get/set xattr callbacks
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Feb 2011 18:33:01 +0000 (10:33 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Feb 2011 18:41:00 +0000 (10:41 -0800)
commitf9637c6c8b9c452c440a366aa937b363f027d95e
tree3d2a3c0e58753715c8f603beb25351f74d76c76b
parent7268e1bec8478639b7a1047e02ab931f30bc2f92
Linux 2.6.33 compat, get/set xattr callbacks

The xattr handler prototypes were sanitized with the idea being that
the same handlers could be used for multiple methods.  The result of
this was the inode type was changes to a dentry, and both the get()
and set() hooks had a handler_flags argument added.  The list()
callback was similiarly effected but no autoconf check was added
because we do not use the list() callback.
config/kernel-xattr-handler.m4
config/kernel.m4
configure
include/linux/xattr_compat.h
module/zfs/zpl_xattr.c
zfs_config.h.in