commit | 230b8c1a7b388ac5e06549a7dbe083568875804e | [log] [tgz] |
---|---|---|
author | Zhang Zhen <zhenzhang.zhang@huawei.com> | Mon May 12 09:57:59 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 12 09:57:59 2014 -0400 |
tree | d1291f679566ab473016a687e17c4155c7f3f6ea | |
parent | 1c8349a17137b93f0a83f276c764a6df1b9a116e [diff] |
ext4: avoid unneeded lookup when xattr name is invalid 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>