This is cherry-picked from upstrea-f2fs-stable-linux-4.4.y. Changes include: commitc7fd9e2b4a
("f2fs: hurry up to issue discard after io interruption") commit603dde3965
("f2fs: fix to show correct discard_granularity in sysfs") ... commit565f0225f9
("f2fs: factor out discard command info into discard_cmd_control") commitc4cc29d19e
("f2fs: remove batched discard in f2fs_trim_fs") Change-Id: Icd8a85ac0c19a8aa25cd2591a12b4e9b85bdf1c5 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
9 lines
367 B
Makefile
9 lines
367 B
Makefile
obj-$(CONFIG_F2FS_FS) += f2fs.o
|
|
|
|
f2fs-y := dir.o file.o inode.o namei.o hash.o super.o inline.o
|
|
f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
|
|
f2fs-y += shrinker.o extent_cache.o sysfs.o
|
|
f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
|
|
f2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o
|
|
f2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
|
|
f2fs-$(CONFIG_F2FS_IO_TRACE) += trace.o
|