]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: factor out a xfs_rtallocate helper
authorChristoph Hellwig <hch@lst.de>
Wed, 31 Jul 2024 18:02:54 +0000 (11:02 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 31 Jul 2024 23:26:42 +0000 (16:26 -0700)
commitce43c88fda78a1bba4482a6da9de48b185990d2f
treedc676654b97b58b3a6f05c6d4b59d7320d0f7b60
parente3d7c2e3cc422e00a3c1187055b4cf11c1e55828
xfs: factor out a xfs_rtallocate helper

Split out a helper from xfs_rtallocate that performs the actual
allocation.  This keeps the scope of the xfs_rtalloc_args structure
contained, and prepares for rtgroups support.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_rtalloc.c