summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-05-15 13:21:52 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-05-15 13:21:52 -0400
commit1edae28474286f7778f6690eba6ec6a5fa9543f2 (patch)
treef38e3aaaa90c68f79bc3e6925be031c704578a29
parentbe82bb8cc9f99215bac2de6636f808c6d2c1dca6 (diff)
downloadkernel-1edae28474286f7778f6690eba6ec6a5fa9543f2.tar.gz
kernel-1edae28474286f7778f6690eba6ec6a5fa9543f2.tar.xz
kernel-1edae28474286f7778f6690eba6ec6a5fa9543f2.zip
Enable Nilfs2 and put it in modules-extra (rhbz 821702)
-rw-r--r--config-generic2
-rw-r--r--kernel.spec5
-rw-r--r--mod-extra.list1
3 files changed, 6 insertions, 2 deletions
diff --git a/config-generic b/config-generic
index b9978534e..d2e1345db 100644
--- a/config-generic
+++ b/config-generic
@@ -3474,7 +3474,7 @@ CONFIG_DNOTIFY=y
CONFIG_AUTOFS4_FS=y
# CONFIG_EXOFS_FS is not set
# CONFIG_EXOFS_DEBUG is not set
-# CONFIG_NILFS2_FS is not set
+CONFIG_NILFS2_FS=m
# CONFIG_LOGFS is not set
CONFIG_CEPH_FS=m
CONFIG_BLK_DEV_RBD=m
diff --git a/kernel.spec b/kernel.spec
index 9203aed3b..5cb7a73bd 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -2335,6 +2335,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue May 15 2012 Josh Boyer <jwboyer@redhat.com>
+- Enable Nilfs2 and put it in modules-extra (rhbz 821702)
+
* Tue May 15 2012 Dennis Gilmore <dennis@ausil.us>
- dont build a up kernel on armv5tel
diff --git a/mod-extra.list b/mod-extra.list
index a99603327..d4aefed35 100644
--- a/mod-extra.list
+++ b/mod-extra.list
@@ -176,3 +176,4 @@ tpm_infineon.ko
tpm_nsc.ko
tpm_tis.ko
slip.ko
+nilfs2.ko