diff options
author | Valentina Giusti <[email protected]> | 2013-11-04 22:34:27 +0100 |
---|---|---|
committer | Chris Mason <[email protected]> | 2014-01-28 13:19:34 -0800 |
commit | ce3e7f1073ee4958a30e5677e868f79292bc53a6 (patch) | |
tree | 6d45aed9a253a9e14c59156ff12eb494e0e484e9 | |
parent | f0265bb4099887b1ffb45779026d29c109bfa5bf (diff) |
btrfs: remove unused variable from scrub_fixup_nodatasum
Signed-off-by: Valentina Giusti <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
-rw-r--r-- | fs/btrfs/scrub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c index 1fd3f33c330a..e5481ae12753 100644 --- a/fs/btrfs/scrub.c +++ b/fs/btrfs/scrub.c @@ -704,13 +704,11 @@ static void scrub_fixup_nodatasum(struct btrfs_work *work) struct scrub_fixup_nodatasum *fixup; struct scrub_ctx *sctx; struct btrfs_trans_handle *trans = NULL; - struct btrfs_fs_info *fs_info; struct btrfs_path *path; int uncorrectable = 0; fixup = container_of(work, struct scrub_fixup_nodatasum, work); sctx = fixup->sctx; - fs_info = fixup->root->fs_info; path = btrfs_alloc_path(); if (!path) { |