]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: split xfs_rtalloc.c for userspace sanity
authorDave Chinner <dchinner@redhat.com>
Mon, 14 Oct 2013 22:17:56 +0000 (09:17 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 23 Oct 2013 22:16:32 +0000 (17:16 -0500)
commitc963c6193a5adaec58044e238ef23516d04e5a74
tree0e785abb7cafe10276ee8d46ecfbde5b409ba63f
parenta4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b
xfs: split xfs_rtalloc.c for userspace sanity

xfs_rtalloc.c is partially shared with userspace. Split the file up
into two parts - one that is kernel private and the other which is
wholly shared with userspace.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/Makefile
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_rtalloc.h
fs/xfs/xfs_rtbitmap.c [new file with mode: 0644]