]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: move small allocation helper
authorBrian Foster <bfoster@redhat.com>
Wed, 14 Aug 2019 22:05:16 +0000 (18:05 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 14 Aug 2019 22:05:16 +0000 (18:05 -0400)
commit23280935ca898593b1395974304c41ff2812ef5c
tree55acc2cc25a7a3d684daf3314dbd6fb446c3bf68
parent6802ae4b855b7747141187a6bc966f5b408fa69e
xfs: move small allocation helper

Source kernel commit: c63cdd4fc9cc6a22d6e0bd0dcba4a28d18eab723

Move the small allocation helper further up in the file to avoid the
need for a function declaration. The remaining declarations will be
removed by followup patches. No functional changes.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_alloc.c