mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-26 19:51:32 +00:00
f2fs-tools: release 1.14.0
This release includes mainly, but not limited to: - add IO cache to speed up fsck.f2fs run - support casefolding - support data compression - support zns zone-capacity - enhance fsck.f2fs for zoned device - enhance f2fs_io tool Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
bbfab0dd6b
commit
d41dcbdf46
@ -218,12 +218,12 @@ AC_CHECK_MEMBER([struct blk_zone.capacity],
|
||||
[], [[#include <linux/blkzoned.h>]])
|
||||
|
||||
# export library version info for mkfs/libf2fs_format_la
|
||||
AC_SUBST(FMT_CURRENT, 6)
|
||||
AC_SUBST(FMT_CURRENT, 7)
|
||||
AC_SUBST(FMT_REVISION, 0)
|
||||
AC_SUBST(FMT_AGE, 0)
|
||||
|
||||
# export library version info for lib/libf2fs_la
|
||||
AC_SUBST(LIBF2FS_CURRENT, 7)
|
||||
AC_SUBST(LIBF2FS_CURRENT, 8)
|
||||
AC_SUBST(LIBF2FS_REVISION, 0)
|
||||
AC_SUBST(LIBF2FS_AGE, 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user