]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build-kernel-deb: no need to patch config manually
authorIlya Dryomov <idryomov@gmail.com>
Sun, 21 Jun 2015 10:42:50 +0000 (13:42 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 21 Jun 2015 10:45:02 +0000 (13:45 +0300)
These were necessary when our base config was circa 3.8.  Now, with
base config from 3.19, both CEPH_FSCACHE and CEPH_FS_POSIX_ACL are on
by default.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
build-kernel-deb.sh

index 679b80efdcbc796b0909dbd18aef32e083b6422e..75c983450623940c9d07179de0813d0ee04829ba 100755 (executable)
@@ -46,12 +46,6 @@ ionice -c3 nice -n20 make O=build~/out listnewconfig "$@" || :
 echo "$0: running make oldconfig..."
 yes '' | ionice -c3 nice -n20 make O=build~/out oldconfig "$@"
 
-echo "$0: seeing if CONFIG_CEPH_FSCACHE can be enabled..."
-sed -i 's/# CONFIG_CEPH_FSCACHE is not set/CONFIG_CEPH_FSCACHE=y/' build~/out/.config
-
-echo "$0: seeing if CONFIG_CEPH_FS_POSIX_ACL can be enabled..."
-sed -i 's/# CONFIG_CEPH_FS_POSIX_ACL is not set/CONFIG_CEPH_FS_POSIX_ACL=y/' build~/out/.config
-
 #echo "$0: applying perf.patch..."
 #patch -p1 < ../../perf.patch