On Thu, Feb 5, 2015 at 5:36 PM, Chao Yu <[email protected]> wrote:
> Since f2fs support large sector size in commit 55cf9cb63f0e "f2fs: support 
> large
> sector size", block device with sector size of 512/1024/2048/4096 bytes can be
> supported.
>
> But mkfs.f2fs still use default sector size: 512 bytes as sector size, let's 
> fix
> this issue in this patch.
>
> v2:
>  o remove unneeded printed message when sector size is large than 512 bytes
>    suggested by Kinglong.
>  o show correct sector size in printed message.
>  o use config.sectors_per_blk instead of DEFAULT_SECTORS_PER_BLOCK suggested 
> by
>    Kinglong.
> v3:
>  o remove another unneeded printed message when sector size is large than 512
>    bytes suggested by Kinglong.
>
> Signed-off-by: Chao Yu <[email protected]>

Reviewed-by: Kinglong Mee <[email protected]>

thanks,
Kinglong Mee

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to