]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: hoist new inode initialization functions to libxfs
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:34 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:05 +0000 (15:37 -0700)
commit15c2b87a8de3dd1de16415f743299b71849ea171
tree2c1a657d323cf59af9055c0da162add16b8904b1
parentc52190804480b56551ec731548aa3c3c7e7d53c1
xfs: hoist new inode initialization functions to libxfs

Move all the code that initializes a new inode's attributes from the
icreate_args structure and the parent directory into libxfs.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
include/xfs_inode.h
libxfs/inode.c
libxfs/xfs_inode_util.c
libxfs/xfs_inode_util.h
libxfs/xfs_shared.h
repair/phase6.c