tree bef3020557487dd8755ca0d7b93aa46e0ddbf11a
parent 336d2ff7115bd4391108a16f476c739cb4a505b0
author Artem B. Bityuckiy <[EMAIL PROTECTED]> Sun, 10 Jul 2005 14:13:58 +0100
committer Thomas Gleixner <[EMAIL PROTECTED]> Tue, 12 Jul 2005 23:56:40 +0200

[JFFS2] Remove needless variable initialization

Signed-off-by: Artem B. Bityuckiy <[EMAIL PROTECTED]>
Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>

 fs/jffs2/readinode.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c
--- a/fs/jffs2/readinode.c
+++ b/fs/jffs2/readinode.c
@@ -7,7 +7,7 @@
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: readinode.c,v 1.124 2005/07/07 15:45:29 dedekind Exp $
+ * $Id: readinode.c,v 1.125 2005/07/10 13:13:55 dedekind Exp $
  *
  */
 
@@ -558,7 +558,6 @@ static int jffs2_do_read_inode_internal(
                }
        next_tn:
                BUG_ON(rb->rb_left);
-               repl_rb = NULL;
                if (rb->rb_parent && rb->rb_parent->rb_left == rb) {
                        /* We were then left-hand child of our parent. We need
                           to move our own right-hand child into our place. */
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to