linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mballoc-core
@ 2007-09-24 14:11 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2007-09-24 14:11 UTC (permalink / raw)
  To: Alex Tomas, Andreas Dilger; +Cc: linux-ext4

FYI, I updated the mballoc-core patch in the ext4-patch-queue to not try
to pull in both ext4_jbd2.h and jbd.h; this was causing duplicate
definition, so I removed the #include of jbd.h

	       	 	     	      	 - Ted

    Remove #include of linux/jbd.h from mballoc-core so it will compile

diff --git a/mballoc-core.patch b/mballoc-core.patch
index b8839b4..1079692 100644
--- a/mballoc-core.patch
+++ b/mballoc-core.patch
@@ -357,7 +357,7 @@ Index: linux-2.6.23-rc6/fs/ext4/mballoc.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
 +++ linux-2.6.23-rc6/fs/ext4/mballoc.c	2007-09-20 17:26:22.000000000 -0700
-@@ -0,0 +1,4460 @@
+@@ -0,0 +1,4459 @@
 +/*
 + * Copyright (c) 2003-2006, Cluster File Systems, Inc, info@clusterfs.com
 + * Written by Alex Tomas <alex@clusterfs.com>
@@ -385,7 +385,6 @@ Index: linux-2.6.23-rc6/fs/ext4/mballoc.c
 +#include <linux/fs.h>
 +#include <linux/namei.h>
 +#include <linux/ext4_jbd2.h>
-+#include <linux/jbd.h>
 +#include <linux/ext4_fs.h>
 +#include <linux/quotaops.h>
 +#include <linux/buffer_head.h>

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

only message in thread, other threads:[~2007-09-24 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 14:11 mballoc-core Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).