linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND] [PATCH] linux/fs.h should include linux/path.h
@ 2008-07-27 12:34 Niels de Vos
  2008-07-27 15:52 ` Alexey Dobriyan
  2008-07-27 15:58 ` Adrian Bunk
  0 siblings, 2 replies; 4+ messages in thread
From: Niels de Vos @ 2008-07-27 12:34 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel

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


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

end of thread, other threads:[~2008-07-27 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 12:34 [RESEND] [PATCH] linux/fs.h should include linux/path.h Niels de Vos
2008-07-27 15:52 ` Alexey Dobriyan
2008-07-27 15:58 ` Adrian Bunk
2008-07-27 16:03   ` Niels de Vos

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