From: Eric Biggers <hidden> Date: 2016-10-11 17:02:27
It should be cpu_to_le32(), not le32_to_cpu(). No change in behavior.
Found with sparse, and this was the only endianness warning in fs/ext4/.
Signed-off-by: Eric Biggers <redacted>
---
fs/ext4/xattr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Jan Kara <jack@suse.cz> Date: 2016-10-12 10:36:55
On Tue 11-10-16 10:01:26, Eric Biggers wrote:
It should be cpu_to_le32(), not le32_to_cpu(). No change in behavior.
Found with sparse, and this was the only endianness warning in fs/ext4/.
Signed-off-by: Eric Biggers <redacted>
Looks good. You can add:
Reviewed-by: Jan Kara <jack@suse.cz>
Honza
--
2.8.0.rc3.226.g39d4020
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Oct 12, 2016 at 12:36:46PM +0200, Jan Kara wrote:
On Tue 11-10-16 10:01:26, Eric Biggers wrote:
quoted
It should be cpu_to_le32(), not le32_to_cpu(). No change in behavior.
Found with sparse, and this was the only endianness warning in fs/ext4/.
Signed-off-by: Eric Biggers <redacted>
Looks good. You can add:
Reviewed-by: Jan Kara <jack@suse.cz>