From: Brian Behlendorf Date: Fri, 11 Feb 2011 18:33:01 +0000 (-0800) Subject: Linux 2.6.33 compat, get/set xattr callbacks X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=f9637c6c8b9c452c440a366aa937b363f027d95e;hp=f9637c6c8b9c452c440a366aa937b363f027d95e;p=zfs.git 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. ---