On Tue, Mar 14, 2017 at 09:50:55PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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@xxxxxxxxxx> Thanks, applied. - Ted