Hi all, this series has a bunch of cleanups, mostly around the mount code and triggered by various recent changes in the area. Changes since v1: - keep the bdev_validate_blocksize call - add a new xfs_group_type_buftarg helper - make the buftarg awu names even shorter - avoid an unused variable warning for non-DEBUG builds Diffstat: xfs_buf.c | 31 +++++----------- xfs_buf.h | 23 +----------- xfs_buf_mem.c | 2 - xfs_discard.c | 29 +++------------ xfs_file.c | 2 - xfs_inode.h | 2 - xfs_iomap.c | 2 - xfs_iops.c | 2 - xfs_mount.c | 97 ++++++++++++++++++++------------------------------- xfs_mount.h | 17 ++++++++ xfs_notify_failure.c | 3 - xfs_trace.h | 31 +++++++--------- 12 files changed, 95 insertions(+), 146 deletions(-)