]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: Add parent pointers during protofile creation
authorAllison Henderson <allison.henderson@oracle.com>
Wed, 3 Jul 2024 21:21:24 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:45:37 +0000 (18:45 -0700)
commit771bbd93228728db735755d301bfca87bb6d09bf
treef69d8e7c41377d723b513fb44a234d6f084ee5d8
parent66997ec8a6b4bb24fa43430ab55d9cc338821806
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>
mkfs/proto.c