]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert noroom, okalloc in xfs_dialloc() to bool
authorGao Xiang <hsiangkao@redhat.com>
Thu, 7 Jan 2021 20:59:17 +0000 (15:59 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 7 Jan 2021 20:59:17 +0000 (15:59 -0500)
commit6e8b0988898cee3ff7ed6537b0fb45f45246930e
tree94c42acb92ecc67a4a9960a3653b92b56e84ccf1
parent1671c6dff77b81ee276112a4bdbcacef8fa68c02
xfs: convert noroom, okalloc in xfs_dialloc() to bool

Source kernel commit: 15574ebbff260a70d344cfb924a8daf3c47dc303

Boolean is preferred for such use.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_ialloc.c