1
0
Fork 0

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>
wifi-calibration
Guo Chao 2013-01-28 21:33:28 -05:00 committed by Theodore Ts'o
parent 2bbbee2a68
commit 41be871f74
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ dx_probe(const struct qstr *d_name, struct inode *dir,
*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,