From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> Hi all, This patchset include random fixes and code cleanups, and there are no connections among these patches. In order to make it easier to track, I bundle them up and put all the scattered patches into a single patchset. Kaixu Xia (9): xfs: remove the unused SYNCHRONIZE macro xfs: use the existing type definition for di_projid xfs: remove the unnecessary xfs_dqid_t type cast xfs: do the assert for all the log done items in xfs_trans_cancel xfs: add the XFS_ITEM_LOG_INTENT flag to mark the log intent item xfs: remove the unnecessary variable error in xfs_trans_unreserve_and_mod_sb xfs: remove the repeated crc verification in xfs_attr3_rmt_verify xfs: cleanup the useless backslash in xfs_attr_leaf_entsize_remote xfs: fix some comments fs/xfs/libxfs/xfs_attr_remote.c | 2 -- fs/xfs/libxfs/xfs_da_format.h | 6 +++--- fs/xfs/libxfs/xfs_inode_buf.h | 2 +- fs/xfs/xfs_bmap_item.c | 3 ++- fs/xfs/xfs_dquot.c | 4 ++-- fs/xfs/xfs_extfree_item.c | 3 ++- fs/xfs/xfs_linux.h | 1 - fs/xfs/xfs_log_recover.c | 15 ++++----------- fs/xfs/xfs_qm.c | 2 +- fs/xfs/xfs_refcount_item.c | 3 ++- fs/xfs/xfs_rmap_item.c | 3 ++- fs/xfs/xfs_trans.c | 9 +++------ fs/xfs/xfs_trans.h | 5 +++++ 13 files changed, 27 insertions(+), 31 deletions(-) -- 2.20.0