mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Linux 2.6.27.33
@ 2009-09-09 20:33 Greg KH
  2009-09-09 20:34 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2009-09-09 20:33 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.27.33 kernel.  It fixes a build
error with the ocfs2 filesystem.  If you do not use ocfs2, there is no
need to upgrade to this version, and 2.6.27.32 is sufficient.

I'll also be replying to this message with a copy of the patch between
2.6.27.32 and 2.6.27.33

The updated 2.6.27.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.27.y.git
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.27.y.git;a=summary

thanks,

greg k-h

------------

 Makefile        |    2 +-
 fs/ocfs2/aops.c |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Greg Kroah-Hartman (2):
      OCFS2: fix build error
      Linux 2.6.27.33


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Linux 2.6.27.33
  2009-09-09 20:33 Linux 2.6.27.33 Greg KH
@ 2009-09-09 20:34 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2009-09-09 20:34 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable, lwn

diff --git a/Makefile b/Makefile
index 00dc0ee..1b2c0fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 27
-EXTRAVERSION = .32
+EXTRAVERSION = .33
 NAME = Trembling Tortoise
 
 # *DOCUMENTATION*
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c
index 0f04b70..4039637 100644
--- a/fs/ocfs2/aops.c
+++ b/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] 2+ messages in thread

end of thread, other threads:[~2009-09-09 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-09 20:33 Linux 2.6.27.33 Greg KH
2009-09-09 20:34 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome