btrfs-progs: switch fs_info::system_allocs to bit
commitb423d1822928bcb074e1a0e265c3a1ccbd5a2f94
authorDavid Sterba <dsterba@suse.com>
Mon, 28 Aug 2017 15:16:51 +0000 (28 17:16 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (8 16:15 +0200)
tree3e3408d37ee1896c7b5f494059cb6c956df8439d
parent6db6afd9937e37d61a14f9eeb1db5e37cefed1a6
btrfs-progs: switch fs_info::system_allocs to bit

The value really is 0 or 1, the test in btrfs_reserve_extent can be
simplified.

Signed-off-by: David Sterba <dsterba@suse.com>
ctree.h
extent-tree.c