Original Message
Subject: Re: [PATCH v2 02/10] btrfs-progs: Add support to suppress tree
block csum error output.
From: David Sterba
To: Qu Wenruo
Date: 2015年01月29日 02:16
On Mon, Jan 19, 2015 at 02:45:04PM +0800, Qu Wenruo wrote:
Add new open ctree flag
On Mon, Jan 19, 2015 at 02:45:04PM +0800, Qu Wenruo wrote:
> Add new open ctree flag OPEN_CTREE_SUPPRESS_ERROR to suppress tree block
> csum error output.
>
> @@ -996,6 +996,7 @@ struct btrfs_fs_info {
> unsigned int on_restoring:1;
> unsigned int is_chunk_recover:1;
> unsigned i
Add new open ctree flag OPEN_CTREE_SUPPRESS_ERROR to suppress tree block
csum error output.
Provides the basis for new btrfs-find-root and other enhancement on
btrfs offline tools output.
Signed-off-by: Qu Wenruo
---
ctree.h | 2 ++
disk-io.c | 18 +-
disk-io.h | 1 +
3 file