]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c
authorDave Chinner <dchinner@redhat.com>
Wed, 13 Nov 2013 06:40:32 +0000 (06:40 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 13 Nov 2013 17:05:09 +0000 (11:05 -0600)
commit2ceff9cee1f513ff633aa0d6997374da313c8c55
tree5e90935a008e8f6ced268efaf81bba6f8a7171ab
parent9c6ebc42e2f1cf4b114c5cecbf373b8922959e69
libxfs: xfs_rtalloc.c becomes xfs_rtbitmap.c

To match the split-up of the kernel xfs_rtalloc.c file, convert the
libxfs version of xfs_rtalloc.c to match the newly shared kernel
source file with all the realtime bitmap functions in it,
xfs_rtbitmap.c.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
libxfs/Makefile
libxfs/xfs_rtbitmap.c [moved from libxfs/xfs_rtalloc.c with 79% similarity]