]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: refactor inode geometry setup routines
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 28 Aug 2019 16:08:08 +0000 (12:08 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 28 Aug 2019 16:08:08 +0000 (12:08 -0400)
commit3a05ab227ebd5982f910f752692c87005c7b3ad3
treee1c3e866839ad363faff5c61fb13294307f4f854
parente7fd2b6f1e02550b922f804295d53f109ec56e6f
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