rpms/kernel/F-10 linux-2.6-compile-fixes.patch,1.178,1.178.12.1

Chuck Ebbert cebbert at fedoraproject.org
Sat Sep 5 14:19:57 UTC 2009


Author: cebbert

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

Modified Files:
      Tag: private-fedora-10-2_6_27
	linux-2.6-compile-fixes.patch 
Log Message:
fix 2.6.27.32-rc1 build

linux-2.6-compile-fixes.patch:
 b/arch/powerpc/sysdev/fsl_lbc.c |    1 +
 fs/ocfs2/aops.c                 |    1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-compile-fixes.patch,v
retrieving revision 1.178
retrieving revision 1.178.12.1
diff -u -p -r1.178 -r1.178.12.1
--- linux-2.6-compile-fixes.patch	8 Oct 2008 22:32:46 -0000	1.178
+++ linux-2.6-compile-fixes.patch	5 Sep 2009 14:19:56 -0000	1.178.12.1
@@ -22,3 +22,21 @@ index 422c8fa..1c6c522 100644
  
  struct fsl_lbc_regs __iomem *fsl_lbc_regs;
  EXPORT_SYMBOL(fsl_lbc_regs);
+
+2.6.27.32-rc1 is missing this line, causing:
+fs/ocfs2/aops.c: In function 'ocfs2_write_cluster':
+fs/ocfs2/aops.c:1286: error: 'should_zero' undeclared (first use in this function)
+
+Caused by patch #41:
+ocfs2-initialize-the-cluster-we-re-writing-to-in-a-non-sparse-extend.patch
+
+--- linux-2.6.27.x86_64.orig/fs/ocfs2/aops.c
++++ linux-2.6.27.x86_64/fs/ocfs2/aops.c
+@@ -1234,6 +1234,7 @@ out:
+  */
+ static int ocfs2_write_cluster(struct address_space *mapping,
+ 			       u32 phys, unsigned int unwritten,
++			       unsigned int should_zero,
+ 			       struct ocfs2_alloc_context *data_ac,
+ 			       struct ocfs2_alloc_context *meta_ac,
+ 			       struct ocfs2_write_ctxt *wc, u32 cpos,




More information about the fedora-extras-commits mailing list