]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_{db,repair}: add an explicit owner field to xfs_da_args
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:02 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:06 +0000 (17:01 -0700)
commit7e74984e652fab200bc7319d7c3d90f6ae36be2e
tree28d61f1ad128f7a7ab46be44278d4fef9fbe9451
parent39e346ba525c51dd2f405ed5d6368db712fac586
xfs_{db,repair}: add an explicit owner field to xfs_da_args

Update these two utilities to set the owner field of the da args
structure prior to calling directory and extended attribute functions.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/namei.c
repair/phase6.c