btrfs-progs/check
Qu Wenruo 3a939bc7f3 btrfs-progs: check/lowmem: Cleanup unnecessary _v2 suffixes
There used to be some functions with _v2 suffix to distinguish them from
original mode that had similar functions.

However now when the lowmem mode is moved to own check/lowmem.[ch],
cleanup the _v2 suffixes, and for functions that really need to be
distinguished from original mode (exported functions), change the _v2
suffix to _lowmem.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-02-02 16:01:59 +01:00
..
common.c btrfs-progs: check: Move reset_cached_block_groups to check/common.c 2018-02-02 16:01:59 +01:00
common.h btrfs-progs: check: Move reset_cached_block_groups to check/common.c 2018-02-02 16:01:59 +01:00
lowmem.c btrfs-progs: check/lowmem: Cleanup unnecessary _v2 suffixes 2018-02-02 16:01:59 +01:00
lowmem.h btrfs-progs: check/lowmem: Cleanup unnecessary _v2 suffixes 2018-02-02 16:01:59 +01:00
main.c btrfs-progs: check/lowmem: Cleanup unnecessary _v2 suffixes 2018-02-02 16:01:59 +01:00
original.h btrfs-progs: check: Move original mode definitions to check/original.h 2018-02-02 16:01:57 +01:00