commit | 41be871f747f64e076b09a68ae82a643e2ffb215 | [log] [tgz] |
---|---|---|
author | Guo Chao <yan@linux.vnet.ibm.com> | Mon Jan 28 21:33:28 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 28 21:33:28 2013 -0500 |
tree | c56b1a8cfbcbb089813d2497ca10f0c894cff29d | |
parent | 2bbbee2a68a726deeac7da5ae7dd79b00301d6fd [diff] [blame] |
ext4: remove useless assignment in dx_probe() Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 8bc01a3..f4b9587 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c
@@ -714,7 +714,7 @@ *err = ERR_BAD_DX_DIR; goto fail2; } - at = entries = ((struct dx_node *) bh->b_data)->entries; + entries = ((struct dx_node *) bh->b_data)->entries; if (!buffer_verified(bh) && !ext4_dx_csum_verify(dir,