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)
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.


No differences found