]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: cosmetic changes to libxfs_inode_alloc
authorEric Sandeen <sandeen@redhat.com>
Thu, 7 Jan 2021 20:59:03 +0000 (15:59 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 7 Jan 2021 20:59:03 +0000 (15:59 -0500)
commitbbf6e32dd12999311ad127438856c7034b9c7914
treee59f0e0cab4d81dc295cb1394c24fc1fb33f67af
parent25d27711a3c2e13eb63dc51ed346f536a6d9c690
libxfs: cosmetic changes to libxfs_inode_alloc

This pre-patch helps make the next libxfs-sync for 5.11 a bit
more clear.

In reality, the libxfs_inode_alloc function matches the kernel's
xfs_dir_ialloc so rename it for clarity before the rest of the
sync, and change several variable names for the same reason.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_inode.h
libxfs/util.c
mkfs/proto.c
repair/phase6.c