From: Mingming <cmm@us.ibm.com>
To: tytso@mit.edu
Cc: linux-ext4@vger.kernel.org
Subject: [PATCH] compile fix for debuging delalloc patch
Date: Mon, 10 Aug 2009 09:51:30 -0700 [thread overview]
Message-ID: <1249923090.27687.4.camel@mingming-laptop> (raw)
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"
next reply other threads:[~2009-08-10 16:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 16:51 Mingming [this message]
2009-08-11 3:13 ` [PATCH] compile fix for debuging delalloc patch Theodore Tso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1249923090.27687.4.camel@mingming-laptop \
--to=cmm@us.ibm.com \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).