commit | a02ba47612a4a95f2ea9c6a41ce837fe3e40dedd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Mar 29 13:53:05 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:05:33 2024 -0700 |
tree | 7a7c69d39ba97da9cf450e4653464ddccb0732bb | |
parent | f55039cf8c93d13392669923c386844d8785fed1 [diff] |
xfs: pass the owner to xfs_symlink_write_target Require callers of xfs_symlink_write_target to pass the owner number explicitly. This sets us up for online repair to be able to write a remote symlink target to sc->tempip with sc->ip's inumber in the block heaader. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>