All of lore.kernel.org
 help / color / mirror / Atom feed
* [stable] 2.6.27.32-rc1 build failure
@ 2009-09-05 18:12 Chuck Ebbert
  0 siblings, 0 replies; only message in thread
From: Chuck Ebbert @ 2009-09-05 18:12 UTC (permalink / raw)
  To: Greg KH; +Cc: Joel Becker, linux-kernel

2.6.27.32-rc1 is missing a 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

Fix, taken from the 2.6.30-stable 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-05 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-05 18:12 [stable] 2.6.27.32-rc1 build failure Chuck Ebbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.