commit | 3c7d4a4bcded419acea6f4dcb02b7ccb08867cc2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Mar 29 11:44:03 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:05:30 2024 -0700 |
tree | 5be122d4559a555631470b7c774689ec64dc143c | |
parent | ced4a4af824784fb849f11771c0ebbc3d05d2bf0 [diff] |
xfs: pass xfs_buf lookup flags to xfs_*read_agi Allow callers to pass buffer lookup flags to xfs_read_agi and xfs_ialloc_read_agi. This will be used in the next patch to fix a deadlock in the online fsck inode scanner. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>