]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: export global block reserve size as space_info
authorDavid Sterba <dsterba@suse.cz>
Fri, 7 Feb 2014 13:34:12 +0000 (14:34 +0100)
committerChris Mason <clm@fb.com>
Mon, 7 Apr 2014 17:41:53 +0000 (10:41 -0700)
commite03c23df7f203ee97ad6258877f0596cc7395810
treef210c9e347318a954dec2e7a4d367f76ebf0da9e
parentf29a844fd0627dc55735a1c1296d1482a21e806d
btrfs: export global block reserve size as space_info

Introduce a block group type bit for a global reserve and fill the space
info for SPACE_INFO ioctl. This should replace the newly added ioctl
(05effeabad405a2cccdb966ae1c1fa094e0ea836) to get just the 'size' part
of the global reserve, while the actual usage can be now visible in the
'btrfs fi df' output during ENOSPC stress.

The unpatched userspace tools will show the blockgroup as 'unknown'.

CC: Jeff Mahoney <jeffm@suse.com>
CC: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ctree.h
fs/btrfs/ioctl.c