commit | 2c4f9923374843384cfd3a2edc0f02c19a7a29e2 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sat Apr 29 23:56:52 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 29 23:56:52 2017 -0400 |
tree | 14cb6c83a5674bb046b117b4f550a705daf61bc2 | |
parent | ba7ea1d8f45383cb88858057e9bf60cd8cf3b898 [diff] |
ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries() ext4_xattr_check_names() actually validates both the xattr names and values, not just the names. So rename it to ext4_xattr_check_entries() to avoid confusion. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>