]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: rearrange xfs_iroot_realloc a bit
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:13 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:18 +0000 (15:49 -0700)
commit3914b3fb05dddf47f19e0e26faba789e1f2da77b
tree595c0dc0166b97a02232d026a0169055f9247b6f
parentd4068795d04c0683896c2afdc81b580da8101f90
xfs: rearrange xfs_iroot_realloc a bit

Rearrange the innards of xfs_iroot_realloc so that we can reduce
duplicated code prior to genericizing the function.  No functional
changes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_inode_fork.c