From: Niels de Vos <niels@nixpanic.net>
To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [RESEND] [PATCH] linux/fs.h should include linux/path.h
Date: Sun, 27 Jul 2008 14:34:22 +0200 [thread overview]
Message-ID: <488C6B4E.8040205@nixpanic.net> (raw)
<linux/fs.h> defines 'struct file' which uses 'struct path'. However
<linux/path.h> is not being included.
Signed-off-by: Niels de Vos <niels.devos@wincor-nixdorf.com>
---
diff --git a/include/linux/fs.h b/include/linux/fs.h
index d8e2762..a14f1c4 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -289,6 +289,7 @@ extern int dir_notify_enable;
#include <linux/mutex.h>
#include <linux/capability.h>
#include <linux/semaphore.h>
+#include <linux/path.h>
#include <asm/atomic.h>
#include <asm/byteorder.h>
next reply other threads:[~2008-07-27 12:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-27 12:34 Niels de Vos [this message]
2008-07-27 15:52 ` [RESEND] [PATCH] linux/fs.h should include linux/path.h Alexey Dobriyan
2008-07-27 15:58 ` Adrian Bunk
2008-07-27 16:03 ` Niels de Vos
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=488C6B4E.8040205@nixpanic.net \
--to=niels@nixpanic.net \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.