rpms/kernel/F-11 linux-2.6-fiemap-header-install.patch, NONE, 1.1 config-generic, 1.268, 1.269 kernel.spec, 1.1492, 1.1493

Eric Sandeen sandeen at fedoraproject.org
Tue Mar 31 20:00:23 UTC 2009


Author: sandeen

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2129

Modified Files:
	config-generic kernel.spec 
Added Files:
	linux-2.6-fiemap-header-install.patch 
Log Message:
* Tue Mar 31 2009 Eric Sandeen <sandeen at redhat.com>
- add fiemap.h to kernel-headers
- build ext4 (and jbd2 and crc16) into the kernel


linux-2.6-fiemap-header-install.patch:

--- NEW FILE linux-2.6-fiemap-header-install.patch ---
Index: linux-2.6.29.noarch/include/linux/Kbuild
===================================================================
--- linux-2.6.29.noarch.orig/include/linux/Kbuild
+++ linux-2.6.29.noarch/include/linux/Kbuild
@@ -67,6 +67,7 @@ header-y += falloc.h
 header-y += fd.h
 header-y += fdreg.h
 header-y += fib_rules.h
+header-y += fiemap.h
 header-y += firewire-cdev.h
 header-y += firewire-constants.h
 header-y += fuse.h


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/config-generic,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- config-generic	31 Mar 2009 00:04:50 -0000	1.268
+++ config-generic	31 Mar 2009 19:59:53 -0000	1.269
@@ -2970,11 +2970,12 @@
 CONFIG_EXT3_FS_SECURITY=y
 CONFIG_JBD=y
 # CONFIG_JBD_DEBUG is not set
-CONFIG_EXT4_FS=m
+CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
 CONFIG_EXT4DEV_COMPAT=y
+CONFIG_JBD2=y
 CONFIG_JBD2_DEBUG=y
 CONFIG_FS_MBCACHE=y
 CONFIG_REISERFS_FS=m
@@ -3350,7 +3351,7 @@
 #
 # Library routines
 #
-CONFIG_CRC16=m
+CONFIG_CRC16=y
 CONFIG_CRC32=m
 CONFIG_CRC_CCITT=m
 CONFIG_CRC_ITU_T=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1492
retrieving revision 1.1493
diff -u -r1.1492 -r1.1493
--- kernel.spec	31 Mar 2009 15:49:54 -0000	1.1492
+++ kernel.spec	31 Mar 2009 19:59:53 -0000	1.1493
@@ -687,6 +687,7 @@
 Patch2920: linux-2.6-ext4-flush-on-close.patch
 Patch3000: linux-2.6-btrfs-experimental-branch.patch
 Patch3010: linux-2.6-relatime-by-default.patch
+Patch3020: linux-2.6-fiemap-header-install.patch
 
 Patch4000: linux-2.6-bootarg-strict-devmem.patch
 
@@ -1142,6 +1143,9 @@
 # relatime
 ApplyPatch linux-2.6-relatime-by-default.patch
 
+# put fiemap.h into kernel-headers
+ApplyPatch linux-2.6-fiemap-header-install.patch
+
 # Make strict devmem a boot arg
 ApplyPatch linux-2.6-bootarg-strict-devmem.patch
 
@@ -1872,6 +1876,10 @@
 # and build.
 
 %changelog
+* Tue Mar 31 2009 Eric Sandeen <sandeen at redhat.com>
+- add fiemap.h to kernel-headers
+- build ext4 (and jbd2 and crc16) into the kernel
+
 * Tue Mar 31 2009 Matthew Garrett <mjg at redhat.com>
 - update the sony laptop code
 




More information about the fedora-extras-commits mailing list