projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbbee2
)
ext4: remove useless assignment in dx_probe()
author
Guo Chao
<yan@linux.vnet.ibm.com>
Tue, 29 Jan 2013 02:33:28 +0000
(21:33 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 29 Jan 2013 02:33:28 +0000
(21:33 -0500)
Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/namei.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/namei.c
b/fs/ext4/namei.c
index 8bc01a3dcaca52ec99baeb1b9f7765391505937f..f4b95870870e333d5f6a4e5363091ad45f2aaa8e 100644
(file)
--- 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,