Re: [f2fs-dev] [RFC PATCH] mkfs.f2fs: use 512B as the sector size criterion

2018-03-28 Thread Jaegeuk Kim
On 03/29, Junling Zheng wrote: > Hi Jaegeuk, > > On 2018/3/29 4:30, Jaegeuk Kim wrote: > > Hi Junling, > > > > On Wed, Mar 28, 2018 at 2:04 AM, Junling Zheng > > wrote: > > > > Use 512 bytes as the sector size criterion while

Re: [f2fs-dev] [RFC PATCH] mkfs.f2fs: use 512B as the sector size criterion

2018-03-28 Thread Junling Zheng
Hi Jaegeuk, On 2018/3/29 4:30, Jaegeuk Kim wrote: > Hi Junling, > > On Wed, Mar 28, 2018 at 2:04 AM, Junling Zheng > wrote: > > Use 512 bytes as the sector size criterion while specifying the > amount of sectors passed to mkfs.

[f2fs-dev] [RFC PATCH] mkfs.f2fs: use 512B as the sector size criterion

2018-03-28 Thread Junling Zheng
Use 512 bytes as the sector size criterion while specifying the amount of sectors passed to mkfs. Signed-off-by: Junling Zheng --- lib/libf2fs.c | 11 --- mkfs/f2fs_format_main.c | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git