]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create libxfs helper to link a new inode into a directory
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:35 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:13:12 +0000 (17:13 -0700)
commite2ea084a3a9eff7cb5fd7a1cb93e637b215a48c1
tree9b2001d02706367f90ac264d0d0654726f4f4511
parentb4831bdb6dbce75266cd9642ec49ca46c8398d61
xfs: create libxfs helper to link a new inode into a directory

Create a new libxfs function to link a newly created inode into a
directory.  The upcoming metadata directory feature will need this to
create a metadata directory tree.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h