ext4: avoid unneeded lookup when xattr name is invalid
authorZhang Zhen <zhenzhang.zhang@huawei.com>
Mon, 12 May 2014 13:57:59 +0000 (09:57 -0400)
committerTheodore 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

diff --cc fs/ext4/xattr.c
Simple merge