Hi all, this series fixes two unlikely to hit iext handling bugs in xfs_reflink_end_cow and then cleanups up the iext count updgrade handling. It has been split from a larger series that needs more work. Changes since v1: - rename xfs_iext_count_ensure to xfs_iext_count_extend Diffstat: libxfs/xfs_attr.c | 5 ---- libxfs/xfs_bmap.c | 5 ---- libxfs/xfs_inode_fork.c | 57 +++++++++++++++++++++--------------------------- libxfs/xfs_inode_fork.h | 6 +---- xfs_bmap_item.c | 4 --- xfs_bmap_util.c | 23 ++++--------------- xfs_dquot.c | 5 ---- xfs_iomap.c | 9 +------ xfs_reflink.c | 23 +++++-------------- xfs_rtalloc.c | 5 ---- 10 files changed, 45 insertions(+), 97 deletions(-)