mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-14 13:23:42 +08:00
9206c3b206
F2FS_BLKSIZE and 4096 are both used in f2fs_io for
IO/buffer size, but F2FS_BLKSIZE may confuse user becasue
it may be 4KB, 16KB, so use macro F2FS_DEFAULT_BLKSIZE
to unify F2FS_BLKSIZE and 4096 in f2fs_io, also adjust
"-c" parameters in mkfs man, to be consistent with commit
|
||
---|---|---|
.. | ||
defrag.f2fs.8 | ||
dump.f2fs.8 | ||
f2fs_io.8 | ||
f2fslabel.8 | ||
fsck.f2fs.8 | ||
inject.f2fs.8 | ||
Makefile.am | ||
mkfs.f2fs.8 | ||
resize.f2fs.8 | ||
sload.f2fs.8 |