]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
libxfs: create new files with attr forks if necessary
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:24 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:12 +0000 (17:01 -0700)
commit30b4d5d66fa1fa6543080c2df1d30594927712bd
tree7783ce7df59facfa9e7c663e06a161621103040a
parent40a59ddd73057b3d031e3f0b38f6b154a68cbef9
libxfs: create new files with attr forks if necessary

Create new files with attr forks if they're going to have parent
pointers.  In the next patch we'll fix mkfs to use the same parent
creation functions as the kernel, so we're going to need this.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/init.c
libxfs/util.c