]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: pass xfs_buf lookup flags to xfs_*read_agi
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:22:34 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:00:59 +0000 (17:00 -0700)
commitfd841d7c93e9b15b7a32fdf194e7eef9bfe17dbc
tree40dbe394f5cf82a982a265165f1f8b8edba2e3a1
parentc6438c3e740e139adcd6c236606498d49bbb5655
xfs: pass xfs_buf lookup flags to xfs_*read_agi

Source kernel commit: 549d3c9a29921f388ef3bcfd1d4f669b7dd4eed2

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>
db/iunlink.c
libxfs/xfs_ag.c
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc.h
libxfs/xfs_ialloc_btree.c