]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/xfs/xfs_trans_ail.c
xfs: combine xfs_trans_ail_[remove|delete]()
authorBrian Foster <bfoster@redhat.com>
Wed, 6 May 2020 20:27:04 +0000 (13:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 7 May 2020 15:27:48 +0000 (08:27 -0700)
commit2b3cf09356d54711b6afdc7694b382c379ea42c4
treecbb5b4dce92f332a474f722b1731e32141064f2f
parent6af0479d8b6b162b7f006581553705521af9984b
xfs: combine xfs_trans_ail_[remove|delete]()

Now that the functions and callers of
xfs_trans_ail_[remove|delete]() have been fixed up appropriately,
the only difference between the two is the shutdown behavior. There
are only a few callers of the _remove() variant, so make the
shutdown conditional on the parameter and combine the two functions.

Suggested-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_dquot.c
fs/xfs/xfs_dquot_item.c
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_trans_ail.c
fs/xfs/xfs_trans_priv.h