git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8349a
)
ext4: avoid unneeded lookup when xattr name is invalid
author
Zhang Zhen
<zhenzhang.zhang@huawei.com>
Mon, 12 May 2014 13:57:59 +0000
(09:57 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 12 May 2014 13:57:59 +0000
(09:57 -0400)
In ext4_xattr_set_handle() we have checked the xattr name's length. So
we should also check it in ext4_xattr_get() to avoid unneeded lookup
caused by invalid name.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/xattr.c
patch
|
blob
|
history
diff --cc
fs/ext4/xattr.c
Simple merge