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

2017-06-21 Thread Theodore Ts'o
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 Thanks, added to the ext4 patch queue. - Ted

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

2017-06-21 Thread Tahsin Erdogan
Two places in code missed converting xattr inode number using le32_to_cpu(). Signed-off-by: Tahsin Erdogan --- fs/ext4/xattr.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 8e855fc2eb03..4dd8be16d175 100644 --- a/fs/ext4/xatt