xfs: remove xfs_inode_ag_iterator_flags
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 21 May 2020 20:08:47 +0000 (13:08 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 27 May 2020 15:49:26 +0000 (08:49 -0700)
commit9be0590453cdae1b7aa2eb08515cc140ecc850c3
treedaa82bf13dee4d4e6fef810ba6564756abec42ce
parent43d24bcf19d139b904752b5727def241920cff37
xfs: remove xfs_inode_ag_iterator_flags

Combine xfs_inode_ag_iterator_flags and xfs_inode_ag_iterator_tag into a
single wrapper function since there's only one caller of the _flags
variant.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_icache.c
fs/xfs/xfs_icache.h
fs/xfs/xfs_qm_syscalls.c