diff options
| -rw-r--r-- | fs/jffs2/readinode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c index 8f0be5557ae9..5b2a83599d73 100644 --- a/fs/jffs2/readinode.c +++ b/fs/jffs2/readinode.c | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | * | 7 | * |
| 8 | * For licensing information, see the file 'LICENCE' in this directory. | 8 | * For licensing information, see the file 'LICENCE' in this directory. |
| 9 | * | 9 | * |
| 10 | * $Id: readinode.c,v 1.124 2005/07/07 15:45:29 dedekind Exp $ | 10 | * $Id: readinode.c,v 1.125 2005/07/10 13:13:55 dedekind Exp $ |
| 11 | * | 11 | * |
| 12 | */ | 12 | */ |
| 13 | 13 | ||
| @@ -558,7 +558,6 @@ static int jffs2_do_read_inode_internal(struct jffs2_sb_info *c, | |||
| 558 | } | 558 | } |
| 559 | next_tn: | 559 | next_tn: |
| 560 | BUG_ON(rb->rb_left); | 560 | BUG_ON(rb->rb_left); |
| 561 | repl_rb = NULL; | ||
| 562 | if (rb->rb_parent && rb->rb_parent->rb_left == rb) { | 561 | if (rb->rb_parent && rb->rb_parent->rb_left == rb) { |
| 563 | /* We were then left-hand child of our parent. We need | 562 | /* We were then left-hand child of our parent. We need |
| 564 | to move our own right-hand child into our place. */ | 563 | to move our own right-hand child into our place. */ |
