public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: "Justin P. Mattock" <justinmattock@gmail.com>
Cc: reiserfs-devel@vger.kernel.org, edward.shishkin@gmail.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/8 v2]reiserfs:stree.c Fix variable set but not used.
Date: Mon, 14 Jun 2010 16:41:45 -0700	[thread overview]
Message-ID: <4C16BE39.2080303@gmail.com> (raw)
In-Reply-To: <1276555568-31550-1-git-send-email-justinmattock@gmail.com>

On 06/14/2010 03:46 PM, Justin P. Mattock wrote:
> Resend of this patch due to previous whitespace issues.
> The below fixes this warning:
> fs/reiserfs/stree.c: In function 'search_by_key':
> fs/reiserfs/stree.c:602:6: warning: variable 'right_neighbor_of_leaf_node' set but not used
>
>   Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>   Acked-by: Edward Shishkin<edward.shishkin@gmail.com>
>
> ---
>   fs/reiserfs/stree.c |    3 ---
>   1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/fs/reiserfs/stree.c b/fs/reiserfs/stree.c
> index 313d39d..f268067 100644
> --- a/fs/reiserfs/stree.c
> +++ b/fs/reiserfs/stree.c
> @@ -599,7 +599,6 @@ int search_by_key(struct super_block *sb, const struct cpu_key *key,	/* Key to s
>   	struct buffer_head *bh;
>   	struct path_element *last_element;
>   	int node_level, retval;
> -	int right_neighbor_of_leaf_node;
>   	int fs_gen;
>   	struct buffer_head *reada_bh[SEARCH_BY_KEY_READA];
>   	b_blocknr_t reada_blocks[SEARCH_BY_KEY_READA];
> @@ -617,8 +616,6 @@ int search_by_key(struct super_block *sb, const struct cpu_key *key,	/* Key to s
>
>   	pathrelse(search_path);
>
> -	right_neighbor_of_leaf_node = 0;
> -
>   	/* With each iteration of this loop we search through the items in the
>   	   current node, and calculate the next current node(next path element)
>   	   for the next iteration of this loop.. */



shit I messed up.. forgot the last bit for this.
sorry about that I'll resend.

Justin P. Mattock

      reply	other threads:[~2010-06-14 23:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14 22:46 [PATCH 1/8 v2]reiserfs:stree.c Fix variable set but not used Justin P. Mattock
2010-06-14 23:41 ` Justin P. Mattock [this message]

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=4C16BE39.2080303@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=edward.shishkin@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reiserfs-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox