From: Mitch Harder <mitch.harder@sabayonlinux.org>
To: linux-btrfs@vger.kernel.org
Cc: Mitch Harder <mitch.harder@sabayonlinux.org>
Subject: [PATCH 1/1] Btrfs: Explicitly include vmalloc.h in send.c
Date: Sat, 28 Jul 2012 17:20:03 -0500 [thread overview]
Message-ID: <1343514003-10942-2-git-send-email-mitch.harder@sabayonlinux.org> (raw)
In-Reply-To: <1343514003-10942-1-git-send-email-mitch.harder@sabayonlinux.org>
Certain architectures or platforms or combinations of CONFIG options
require an explicit #include <linux/vmalloc.h>.
Signed-off-by: Mitch Harder <mitch.harder@sabayonlinux.org>
---
fs/btrfs/send.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c
index bf232c8..118e76d 100644
--- a/fs/btrfs/send.c
+++ b/fs/btrfs/send.c
@@ -25,6 +25,7 @@
#include <linux/posix_acl_xattr.h>
#include <linux/radix-tree.h>
#include <linux/crc32c.h>
+#include <linux/vmalloc.h>
#include "send.h"
#include "backref.h"
--
1.7.8.6
next prev parent reply other threads:[~2012-07-28 22:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-28 22:20 [PATCH 0/1] Btrfs: Explicitly include vmalloc.h in send.c Mitch Harder
2012-07-28 22:20 ` Mitch Harder [this message]
2012-07-30 13:46 ` Josef Bacik
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=1343514003-10942-2-git-send-email-mitch.harder@sabayonlinux.org \
--to=mitch.harder@sabayonlinux.org \
--cc=linux-btrfs@vger.kernel.org \
/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).