Hi folks, The for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. (I'm still on vacation, but queued these fixes anyway...) The new head of the for-next branch is commit: e89ab76d7e25 xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes 3 new commits: Darrick J. Wong (3): [f4288f01820e] xfs: fix TOCTOU race involving the new logged xattrs control knob [10930b254d5b] xfs: fix variable state usage [e89ab76d7e25] xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes Code Diffstat: 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(-)