Re: [PATCH 09/32] ext4: extended attribute value size limit is enforced by vfs

From: Theodore Ts'o
Date: Wed Jun 21 2017 - 21:43:10 EST


On Wed, Jun 21, 2017 at 02:21:19PM -0700, Tahsin Erdogan wrote:
> EXT4_XATTR_MAX_LARGE_EA_SIZE definition in ext4 is currently unused.
> Besides, vfs enforces its own 64k limit which makes the 1MB limit in
> ext4 redundant. Remove it.
>
> Signed-off-by: Tahsin Erdogan <tahsin@xxxxxxxxxx>

Thanks, added to the ext4 patch queue.

- Ted