Re: [PATCH 16/32] ext4: fix ext4_xattr_cmp()

From: Theodore Ts'o
Date: Wed Jun 21 2017 - 22:15:46 EST


On Wed, Jun 21, 2017 at 02:21:26PM -0700, Tahsin Erdogan wrote:
> When a xattr entry refers to an external inode, the value data is not
> available in the inline area so we should not attempt to read it using
> value offset.
>
> Signed-off-by: Tahsin Erdogan <tahsin@xxxxxxxxxx>

Thanks, added to the ext4 patch queue.

- Ted