Re: [PATCH 12/32] ext4: add missing le32_to_cpu(e_value_inum) conversions

From: Theodore Ts'o
Date: Wed Jun 21 2017 - 22:00:52 EST


On Wed, Jun 21, 2017 at 02:21:22PM -0700, Tahsin Erdogan wrote:
> Two places in code missed converting xattr inode number using
> le32_to_cpu().
>
> Signed-off-by: Tahsin Erdogan <tahsin@xxxxxxxxxx>

Thanks, added to the ext4 patch queue.

- Ted