]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: refactor inode geometry setup routines
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 14 Aug 2019 22:03:55 +0000 (18:03 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 14 Aug 2019 22:03:55 +0000 (18:03 -0400)
commit5ee6a39ea14e77096ca31b051ab45f6e475edd02
tree7fcc2c49aa5143fb8ac90450fabd82a711c739d9
parent251ee0f2e4d263ecf4c7241dfd104e7983a7346f
xfs: refactor inode geometry setup routines

Source kernel commit: 494dba7b276e12bc3f6ff2b9b584b6e9f693af45

Migrate all of the inode geometry setup code from xfs_mount.c into a
single libxfs function that we can share with xfsprogs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/init.c
libxfs/xfs_ialloc.c
libxfs/xfs_ialloc.h
libxfs/xfs_sb.c