public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include <linux/fs.h> into linux/ext2_fs.h
@ 2008-09-10 11:22 Kirill A. Shutemov
  2008-09-10 11:22 ` [PATCH] include <linux/types.h> into linux/dlm_plock.h for __u* typedef Kirill A. Shutemov
  2008-09-10 11:27 ` [PATCH] include <linux/fs.h> into linux/ext2_fs.h Christoph Hellwig
  0 siblings, 2 replies; 18+ messages in thread
From: Kirill A. Shutemov @ 2008-09-10 11:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: Kirill A. Shutemov, Andrew Morton, linux-ext4

linux/fs.h defines FS_IOC* needed by linux/ext2_fs.h

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: <linux-ext4@vger.kernel.org>
---
 include/linux/ext2_fs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h
index 2efe7b8..f23ba68 100644
--- a/include/linux/ext2_fs.h
+++ b/include/linux/ext2_fs.h
@@ -18,6 +18,7 @@
 
 #include <linux/types.h>
 #include <linux/magic.h>
+#include <linux/fs.h>
 
 /*
  * The second extended filesystem constants/structures
-- 
1.5.6.5.GIT


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

end of thread, other threads:[~2008-09-11 15:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10 11:22 [PATCH] include <linux/fs.h> into linux/ext2_fs.h Kirill A. Shutemov
2008-09-10 11:22 ` [PATCH] include <linux/types.h> into linux/dlm_plock.h for __u* typedef Kirill A. Shutemov
2008-09-10 11:22   ` [PATCH] include <linux/types.h> into linux/if_addrlabel.h " Kirill A. Shutemov
2008-09-10 11:22     ` [PATCH] include <linux/videodev2.h> into linux/ivtv.h Kirill A. Shutemov
2008-09-10 12:14   ` [PATCH] include <linux/types.h> into linux/dlm_plock.h for __u* typedef Alexey Dobriyan
2008-09-10 12:55     ` Kirill A. Shutemov
2008-09-10 13:11       ` Alexey Dobriyan
2008-09-10 13:15         ` Kirill A. Shutemov
2008-09-10 20:18           ` David Miller
2008-09-11 15:29             ` Kirill A. Shutemov
2008-09-10 14:20     ` David Woodhouse
2008-09-10 11:27 ` [PATCH] include <linux/fs.h> into linux/ext2_fs.h Christoph Hellwig
2008-09-10 11:40   ` Kirill A. Shutemov
2008-09-10 11:40     ` Christoph Hellwig
2008-09-10 11:49       ` Kirill A. Shutemov
2008-09-10 13:39         ` Eric Sandeen
2008-09-10 13:47           ` Kirill A. Shutemov
2008-09-10 14:57             ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox