mbox series

[v2,0/3] xfs: further FSSETXATTR cleanups

Message ID 156174692684.1557952.3770482995772643434.stgit@magnolia (mailing list archive)
Headers show
Series xfs: further FSSETXATTR cleanups | expand

Message

Darrick J. Wong June 28, 2019, 6:35 p.m. UTC
Hi all,

Now that we've refactored a lot of the FSSETXATTR parameter checking
code into generic functions, shorten the XFS FS_IOC_[GS]ETFLAGS
implementations by making them wrappers around FS_IOC_FS[GS]ETXATTR.
Finally, kill all the useless support code that prepared the memory
manager to change the S_DAX flag since none of it works anyway.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This has been lightly tested with fstests.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=setxattr-cleanups