btrfs-progs/check
Qu Wenruo 96c6e1f0aa btrfs-progs: check: Export check global variables to check/common.h
There are a dozen of variables which are used as "check global"
variables, like @total_csum_bytes or @no_holes.

These variables are used freely across the check code, however since
we're splitting check code, they need to be exported so they can be used
in other files.

This patch just export them and add declarations for them in
check/common.h.

Reviewed-by: Su Yue <suy.fnst@cn.fujitsu.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-02-02 16:01:58 +01:00
..
common.h btrfs-progs: check: Export check global variables to check/common.h 2018-02-02 16:01:58 +01:00
lowmem.h btrfs-progs: check: Move definitions of lowmem mode to check/lowmem.h 2018-02-02 16:01:57 +01:00
main.c btrfs-progs: check: Export check global variables to check/common.h 2018-02-02 16:01:58 +01:00
original.h btrfs-progs: check: Move original mode definitions to check/original.h 2018-02-02 16:01:57 +01:00