Enable Nilfs2 and put it in modules-extra (rhbz 821702)

This commit is contained in:
Josh Boyer 2012-05-15 13:21:52 -04:00
parent be82bb8cc9
commit 1edae28474
3 changed files with 6 additions and 2 deletions

View File

@ -3474,7 +3474,7 @@ CONFIG_DNOTIFY=y
CONFIG_AUTOFS4_FS=y CONFIG_AUTOFS4_FS=y
# CONFIG_EXOFS_FS is not set # CONFIG_EXOFS_FS is not set
# CONFIG_EXOFS_DEBUG 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_LOGFS is not set
CONFIG_CEPH_FS=m CONFIG_CEPH_FS=m
CONFIG_BLK_DEV_RBD=m CONFIG_BLK_DEV_RBD=m

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and # 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" # 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} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -2335,6 +2335,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %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> * Tue May 15 2012 Dennis Gilmore <dennis@ausil.us>
- dont build a up kernel on armv5tel - dont build a up kernel on armv5tel

View File

@ -176,3 +176,4 @@ tpm_infineon.ko
tpm_nsc.ko tpm_nsc.ko
tpm_tis.ko tpm_tis.ko
slip.ko slip.ko
nilfs2.ko