summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorGuo Chao2013-01-29 03:33:28 +0100
committerTheodore Ts'o2013-01-29 03:33:28 +0100
commit41be871f747f64e076b09a68ae82a643e2ffb215 (patch)
treec56b1a8cfbcbb089813d2497ca10f0c894cff29d /fs
parentext4: remove unused variable in add_dirent_to_buf() (diff)
downloadkernel-qcow2-linux-41be871f747f64e076b09a68ae82a643e2ffb215.tar.gz
kernel-qcow2-linux-41be871f747f64e076b09a68ae82a643e2ffb215.tar.xz
kernel-qcow2-linux-41be871f747f64e076b09a68ae82a643e2ffb215.zip
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
index 8bc01a3dcaca..f4b95870870e 100644
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@ -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,