]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: report realtime space information via the rtbitmap
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 28 Mar 2017 21:56:38 +0000 (14:56 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 3 Apr 2017 22:18:18 +0000 (15:18 -0700)
commit790626991f2c6faac4d9005cb010ac28b615310e
tree026a140091a9b5ca9ecebdc89b975fe69e315421
parentc74d73699c8b0bb2bddfcb8c1ee731819c3e07f8
xfs: report realtime space information via the rtbitmap

Use the realtime bitmap to return free space information via getfsmap.
Eventually this will be superseded by the realtime rmapbt code.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_fsmap.c