On Mon, Feb 17, 2020 at 01:59:26PM +0100, Christoph Hellwig wrote: > Also available as a git tree here: > > http://git.infradead.org/users/hch/xfs.git/shortlog/refs/heads/xfs-attr-cleanup > > An xfsprogs tree porting over the libxfs changes is available here: > > http://git.infradead.org/users/hch/xfsprogs.git/shortlog/refs/heads/attr-cleanup Oooh, Darrick like! > Changes since v3: > - clean up a cast > - fixup a comment > - fix a flags check to use the right flags (bisection only) > - move a few hunks around to better spots in the series > > Changes since v2: > - add more comments > - fix up an error handling corner case in __xfs_set_acl > - add more cowbell^H^H^H^H^H^H^Hbool MOOOOOOOOOOOOOOOOOO! :) --D > - add a new patch to reject invalid namespaces flags in > XFS_IOC_ATTRLIST_BY_HANDLE > - remove ATTR_ENTSIZE entirely > > Changes since v1: > - rebased to for-next, which includes the fixes from the first > version