commit | 3fb99303c64e31f668c110fd956cfc61b108e3e4 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue May 16 19:10:32 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 19 18:26:01 2017 +0200 |
tree | ade7a8be0bec39a7d65ead6eae66b75001d46580 | |
parent | 25cc1226c121ae4e5c9a1525eda4ddada7f47a00 [diff] |
btrfs: scrub: embed scrub_wr_ctx into scrub context The structure scrub_wr_ctx is not used anywhere just the scrub context, we can move the members there. The tgtdev is renamed so it's more clear that it belongs to the "wr" part. Signed-off-by: David Sterba <dsterba@suse.com>