Re: [f2fs-dev] [PATCH 1/2] f2fs: le16_to_cpu for xattr->e_value_size

2017-03-10 Thread Kinglong Mee
On 3/11/2017 01:53, Jaegeuk Kim wrote: > This patch fixes missing le16 conversion, reported by kbuild test robot. > > Fixes: 5f35a2cd5 ("f2fs: Don't update the xattr data that same as the exist") > Signed-off-by: Jaegeuk Kim Reviewed-by: Kinglong Mee

Re: [f2fs-dev] [PATCH 1/2] f2fs: le16_to_cpu for xattr->e_value_size

2017-03-10 Thread Kinglong Mee
On 3/11/2017 01:53, Jaegeuk Kim wrote: > This patch fixes missing le16 conversion, reported by kbuild test robot. > > Fixes: 5f35a2cd5 ("f2fs: Don't update the xattr data that same as the exist") > Signed-off-by: Jaegeuk Kim Reviewed-by: Kinglong Mee > --- > fs/f2fs/xattr.c | 4 +++- > 1