For whole series. Reviewed-by: Anand Jain <[email protected]> One nit below. On 8/1/19 8:50 PM, David Sterba wrote:
Signed-off-by: David Sterba <[email protected]> --- fs/btrfs/tree-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 5513e76cc336..f48c8b9b513b 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -6237,7 +6237,7 @@ int btrfs_recover_log_trees(struct btrfs_root *log_root_tree) struct btrfs_fs_info *fs_info = log_root_tree->fs_info; struct walk_control wc = { .process_func = process_one_buffer, - .stage = 0, + .stage = LOG_WALK_PIN_ONLY,
Why this isn't enum?
};path = btrfs_alloc_path();
