commit | ff58cf284f88878292cddcf3af252143439b4903 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:40:52 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:01:11 2024 -0700 |
tree | 8ec80e57e358c9c2f96152a67db8761294f0e698 | |
parent | 586f80ef9c3afe39937ecc88b828eca3c0fc22d6 [diff] |
xfs: validate explicit directory block buffer owners Port the existing directory block header checking function to accept an owner number instead of an xfs_inode, then update the callsites to use xfs_da_args.owner when possible. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>