This patch set fix fix attr inactive issue.
Long Li (3): xfs: factor out xfs_da3_node_entry_remove xfs: factor out xfs_attr3_leaf_init xfs: handle attr node/leaf blocks atomically during inactive
fs/xfs/libxfs/xfs_attr_leaf.c | 56 +++++++++++++++------ fs/xfs/libxfs/xfs_attr_leaf.h | 3 ++ fs/xfs/libxfs/xfs_da_btree.c | 54 +++++++++++++++----- fs/xfs/libxfs/xfs_da_btree.h | 2 + fs/xfs/xfs_attr_inactive.c | 94 +++++++++++++++++++---------------- fs/xfs/xfs_inode.c | 3 +- 6 files changed, 139 insertions(+), 73 deletions(-)