Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: support superblock checksum

2018-08-08 Thread Jaegeuk Kim
Hi Junling, Could you post this series once getting reviewed all later? Thanks, On 08/08, Junling Zheng wrote: > Now we support crc32 checksum for superblock. > > Signed-off-by: Junling Zheng > --- > v2 -> v3: > - add sysfs entry for superblock checksum. > - move the crc checking to the

Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: support superblock checksum

2018-08-08 Thread Junling Zheng
On 2018/8/8 20:24, Chao Yu wrote: > On 2018/8/8 20:21, Junling Zheng wrote: >> On 2018/8/8 20:03, Chao Yu wrote: >>> On 2018/8/8 18:27, Junling Zheng wrote: Now we support crc32 checksum for superblock. Signed-off-by: Junling Zheng --- v2 -> v3: - add sysfs entry

Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: support superblock checksum

2018-08-08 Thread Chao Yu
On 2018/8/8 20:21, Junling Zheng wrote: > On 2018/8/8 20:03, Chao Yu wrote: >> On 2018/8/8 18:27, Junling Zheng wrote: >>> Now we support crc32 checksum for superblock. >>> >>> Signed-off-by: Junling Zheng >>> --- >>> v2 -> v3: >>> - add sysfs entry for superblock checksum. >>> - move the crc

Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: support superblock checksum

2018-08-08 Thread Junling Zheng
On 2018/8/8 20:03, Chao Yu wrote: > On 2018/8/8 18:27, Junling Zheng wrote: >> Now we support crc32 checksum for superblock. >> >> Signed-off-by: Junling Zheng >> --- >> v2 -> v3: >> - add sysfs entry for superblock checksum. >> - move the crc checking to the beginning of

Re: [f2fs-dev] [RFC PATCH v3 1/3] f2fs: support superblock checksum

2018-08-08 Thread Chao Yu
On 2018/8/8 18:27, Junling Zheng wrote: > Now we support crc32 checksum for superblock. > > Signed-off-by: Junling Zheng > --- > v2 -> v3: > - add sysfs entry for superblock checksum. > - move the crc checking to the beginning of sanity_check_raw_super(). > - fix the NULL pointer dereference

[f2fs-dev] [RFC PATCH v3 1/3] f2fs: support superblock checksum

2018-08-08 Thread Junling Zheng
Now we support crc32 checksum for superblock. Signed-off-by: Junling Zheng --- v2 -> v3: - add sysfs entry for superblock checksum. - move the crc checking to the beginning of sanity_check_raw_super(). - fix the NULL pointer dereference as sb->s_fs_info hasn't be set yet in