From 7f0ae8117bc61e7c32481e0d9171caf16ad363fe Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 10 Jun 2013 00:04:22 +0000 Subject: [PATCH] fs: Enable F2FS_FS as module (Closes: #711342) svn path=/dists/sid/linux/; revision=20225 --- debian/changelog | 1 + debian/config/config | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2c2627c94..989dc7f41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ linux (3.9.5-1) UNRELEASED; urgency=low - [i386] udeb: Move i2c-algo-bit to i2c-modules and make fb-modules depend on it - viafb: Autoload on OLPC XO 1.5 only + * fs: Enable F2FS_FS as module (Closes: #711342) -- Ben Hutchings Sat, 08 Jun 2013 15:25:11 +0100 diff --git a/debian/config/config b/debian/config/config index 7726a4ba9..3291e11bd 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3693,6 +3693,14 @@ CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set +## +## file: fs/f2fs/Kconfig +## +CONFIG_F2FS_FS=m +CONFIG_F2FS_STAT_FS=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_FS_POSIX_ACL=y + ## ## file: fs/fat/Kconfig ##