mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
851e19eb16
commit 717d70db60
category: bugfix
issue: #I6VAS0
CVE: NA
Signed-off-by: DongSenhao <dongsenhao2@huawei.com>
---------------------------------------
Currently we support fiemap command using fibmap. It's simple and
easy to use, but we cannot use this for compressed file. To support
more different types of files, we need to change this to use fiemap.
Signed-off-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
[Jaegeuk Kim: add Android build]
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
9 lines
131 B
Makefile
9 lines
131 B
Makefile
## Makefile.am
|
|
|
|
if LINUX
|
|
AM_CPPFLAGS = -I../../include
|
|
AM_CFLAGS = -Wall
|
|
sbin_PROGRAMS = f2fs_io
|
|
f2fs_io_SOURCES = f2fs_io.c
|
|
endif
|