xfs: fix inode ag walk predicate function return values
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 21 May 2020 20:08:49 +0000 (13:08 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 27 May 2020 15:49:27 +0000 (08:49 -0700)
commit39b1cfd75b278f5cb1e58517f6ec1ac9ef16d9f4
treeb858817866744d068e9aa805d6d1bf2bf520f970
parenta91bf9928e1e16dd175ff363efa54ebc9e38d53d
xfs: fix inode ag walk predicate function return values

There are a number of predicate functions that help the incore inode
walking code decide if we really want to apply the iteration function to
the inode.  These are boolean decisions, so change the return types to
boolean to match.

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