commit | 5c67a5356dcbc473c4d4533f6bf535415ddc6743 | [log] [tgz] |
---|---|---|
author | Allison Henderson <allison.henderson@oracle.com> | Mon Jul 29 16:23:24 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Aug 06 11:06:53 2024 -0700 |
tree | f69d8e7c41377d723b513fb44a234d6f084ee5d8 | |
parent | c98d7d7a31a5d80348a0cd96b41c6b7ee641e437 [diff] |
mkfs: Add parent pointers during protofile creation Inodes created from protofile parsing will also need to add the appropriate parent pointers. Signed-off-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> [djwong: use xfs_parent_add from libxfs instead of open-coding xfs_attr_set] Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>