btrfs: remove unused variable from scrub_fixup_nodatasum
Signed-off-by: Valentina Giusti <valentina.giusti@microon.de> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <clm@fb.com>
This commit is contained in:
parent
f0265bb409
commit
ce3e7f1073
1 changed files with 0 additions and 2 deletions
|
@ -704,13 +704,11 @@ static void scrub_fixup_nodatasum(struct btrfs_work *work)
|
||||||
struct scrub_fixup_nodatasum *fixup;
|
struct scrub_fixup_nodatasum *fixup;
|
||||||
struct scrub_ctx *sctx;
|
struct scrub_ctx *sctx;
|
||||||
struct btrfs_trans_handle *trans = NULL;
|
struct btrfs_trans_handle *trans = NULL;
|
||||||
struct btrfs_fs_info *fs_info;
|
|
||||||
struct btrfs_path *path;
|
struct btrfs_path *path;
|
||||||
int uncorrectable = 0;
|
int uncorrectable = 0;
|
||||||
|
|
||||||
fixup = container_of(work, struct scrub_fixup_nodatasum, work);
|
fixup = container_of(work, struct scrub_fixup_nodatasum, work);
|
||||||
sctx = fixup->sctx;
|
sctx = fixup->sctx;
|
||||||
fs_info = fixup->root->fs_info;
|
|
||||||
|
|
||||||
path = btrfs_alloc_path();
|
path = btrfs_alloc_path();
|
||||||
if (!path) {
|
if (!path) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue