xfs: add parent attributes to symlink
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 22 Apr 2024 16:47:49 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:46:58 +0000 (07:46 -0700)
commit5d31a85dcc1fa4c5d4a925c6da67751653a700ba
treecb92c3db22fa16c1e6af4fa397506f01f3107750
parentf1097be220fa938de5114db57a1ddb5de2bf6046
xfs: add parent attributes to symlink

This patch modifies xfs_symlink to add a parent pointer to the inode.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: minor rebase fixups]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_trans_space.c
fs/xfs/libxfs/xfs_trans_space.h
fs/xfs/scrub/symlink_repair.c
fs/xfs/xfs_symlink.c