Hi all, Here's a quick rollup of all the fixes I've queued for the new LARP and NREXT64 features. This time you all get a nice patchset instead of hand-mailed patches. v2: Fix a bug with XFS_DA_OP_LOGGED masking, don't get ambitious with #idef cleanups. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. 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=xfs-fixes-5.19 --- fs/xfs/libxfs/xfs_attr.c | 9 +++++---- fs/xfs/libxfs/xfs_attr.h | 12 +----------- fs/xfs/libxfs/xfs_attr_leaf.c | 2 +- fs/xfs/libxfs/xfs_da_btree.h | 4 +++- fs/xfs/xfs_attr_item.c | 15 +++++++++------ fs/xfs/xfs_ioctl.c | 3 ++- fs/xfs/xfs_xattr.c | 17 ++++++++++++++++- 7 files changed, 37 insertions(+), 25 deletions(-)