]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: put all the inode functions in a single file
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:09:40 +0000 (18:09 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commitd490a1d34ef119ca24ccdb191eeaf7b469c327b9
tree3085aeb9364194af0399511503c653ea5fb0ffc8
parent0687669c9afc52e22a33ea98eaed430f059557cb
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