linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compile fix for debuging delalloc patch
@ 2009-08-10 16:51 Mingming
  2009-08-11  3:13 ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: Mingming @ 2009-08-10 16:51 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4

Fix compile errors when compiling ext4 patch queue unstable series..
Need to include smp_lock.h to able to add lock_kernel() call in ioctl.c


Signed-Off-By: Mingming Cao <cmm@us.ibm.com>

Index: linux-2.6.31-rc4/fs/ext4/ioctl.c
===================================================================
--- linux-2.6.31-rc4.orig/fs/ext4/ioctl.c	2009-08-09 14:31:55.000000000 -0700
+++ linux-2.6.31-rc4/fs/ext4/ioctl.c	2009-08-09 14:32:08.000000000 -0700
@@ -15,6 +15,7 @@
 #include <linux/mount.h>
 #include <linux/file.h>
 #include <asm/uaccess.h>
+#include <linux/smp_lock.h>
 #include "ext4_jbd2.h"
 #include "ext4.h"
 



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

* Re: [PATCH] compile fix for debuging delalloc patch
  2009-08-10 16:51 [PATCH] compile fix for debuging delalloc patch Mingming
@ 2009-08-11  3:13 ` Theodore Tso
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2009-08-11  3:13 UTC (permalink / raw)
  To: Mingming; +Cc: linux-ext4

On Mon, Aug 10, 2009 at 09:51:30AM -0700, Mingming wrote:
> Fix compile errors when compiling ext4 patch queue unstable series..
> Need to include smp_lock.h to able to add lock_kernel() call in ioctl.c

Thanks, I've fixed up the delalloc-debug-ioctl patch.

						- Ted

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

end of thread, other threads:[~2009-08-11 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 16:51 [PATCH] compile fix for debuging delalloc patch Mingming
2009-08-11  3:13 ` Theodore Tso

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).