]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96340cf68c1b60bfcb58d30be6345c8abac52968
treeb858817866744d068e9aa805d6d1bf2bf520f970
parentd2b47912c335fce90a6a2c698781e69d8f9f7dc6
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