]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: put all the inode functions in a single file
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:32 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:13:11 +0000 (17:13 -0700)
commitf136bb462f727d7f1a400bbe3e9283ac5273473c
tree4895aa2e7ab2d8a8429dc9b3b7260ac98f364bc0
parent1dd6d442f8d914b37935be13bd3cc86cf60ab3d4
libxfs: put all the inode functions in a single file

Move all the inode functions into a single source code file.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/Makefile
libxfs/inode.c [new file with mode: 0644]
libxfs/rdwr.c
libxfs/util.c