Re: [PATCH 06/11] ext4: Check that external xattr value block is 0
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-08-11 17:33:21
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-08-11 17:33:21
On Wed, Aug 03, 2016 at 12:39:50PM +0200, Jan Kara wrote:
Currently we don't support xattrs with values stored out of line. Check for that in ext4_xattr_check_names() to make sure we never work with such xattrs since not all the code counts with that resulting is possible weird corruption issues. Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted