]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: pass IGET flags through to xfs_iread
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:32 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:13:11 +0000 (17:13 -0700)
commit0a42ed29dbc6a913a73d1e55ff921a8e65da5d41
tree7a295820d19669c801712c3d2a9d79334ee6dcb5
parentf136bb462f727d7f1a400bbe3e9283ac5273473c
libxfs: pass IGET flags through to xfs_iread

Change the lock_flags parameter to iget_flags so that we can supply
XFS_IGET_ flags in future patches.  All callers of libxfs_iget and
libxfs_trans_iget pass zero for this parameter and there are no inode
locks in xfsprogs, so there's no behavior change here.

Port the kernel's version of the xfs_inode_from_disk callsite.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/inode.c