firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-fs_f2fs_Makefile.patch

13 lines
556 B
Diff

diff -drupN a/fs/f2fs/Makefile b/fs/f2fs/Makefile
--- a/fs/f2fs/Makefile 2018-08-06 17:23:04.000000000 +0300
+++ b/fs/f2fs/Makefile 2022-06-12 05:28:14.000000000 +0300
@@ -2,7 +2,7 @@ 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
+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