All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentina Giusti <valentina.giusti@microon.de>
To: chris.mason@fusionio.com
Cc: linux-btrfs@vger.kernel.org
Subject: [PATCH 7/9] btrfs: remove unused variable from scrub_fixup_nodatasum
Date: Mon,  4 Nov 2013 22:34:27 +0100	[thread overview]
Message-ID: <1383600869-10085-8-git-send-email-valentina.giusti@microon.de> (raw)
In-Reply-To: <1383600869-10085-1-git-send-email-valentina.giusti@microon.de>

Signed-off-by: Valentina Giusti <valentina.giusti@microon.de>
---
 fs/btrfs/scrub.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/btrfs/scrub.c b/fs/btrfs/scrub.c
index a18e0e2..84139c6 100644
--- a/fs/btrfs/scrub.c
+++ b/fs/btrfs/scrub.c
@@ -705,13 +705,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) {
-- 
1.7.10.4


  parent reply	other threads:[~2013-11-04 21:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-04 21:34 [PATCH 0/9] btrfs: remove unused variables Valentina Giusti
2013-11-04 21:34 ` [PATCH 1/9] btrfs: remove unused variable from btrfs_search_forward Valentina Giusti
2013-11-04 21:34 ` [PATCH 2/9] btrfs: remove unused variable from btrfs_new_inode Valentina Giusti
2013-11-04 21:34 ` [PATCH 3/9] btrfs: remove unused variables from disk-io.c Valentina Giusti
2013-11-04 21:34 ` [PATCH 4/9] btrfs: remove unused variable from find_free_extent Valentina Giusti
2013-11-04 21:34 ` [PATCH 5/9] btrfs: remove unused variables from extent_io.c Valentina Giusti
2013-11-04 21:34 ` [PATCH 6/9] btrfs: remove unused variable from setup_cluster_no_bitmap Valentina Giusti
2013-11-04 21:34 ` Valentina Giusti [this message]
2013-11-04 21:34 ` [PATCH 8/9] btrfs: replace path->slots[0] with otherwise unused variable 'slot' Valentina Giusti
2013-11-04 21:34 ` [PATCH 9/9] btrfs: fix unused variables in qgroup.c Valentina Giusti
2013-11-05  9:38 ` [PATCH 0/9] btrfs: remove unused variables David Sterba
2013-11-05 10:26 ` David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383600869-10085-8-git-send-email-valentina.giusti@microon.de \
    --to=valentina.giusti@microon.de \
    --cc=chris.mason@fusionio.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.