lkml.org 
[lkml]   [2002]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] include buffer_head.h in actual users instead of fs.h (7/10)
Make the 5 headers in include/linux that need it include buffer_head.h
directly.


--- 1.10/include/linux/amigaffs.h Mon May 20 16:22:37 2002
+++ edited/include/linux/amigaffs.h Thu May 23 13:19:02 2002
@@ -2,7 +2,7 @@
#define AMIGAFFS_H

#include <linux/types.h>
-
+#include <linux/buffer_head.h>
#include <asm/byteorder.h>

/* AmigaOS allows file names with up to 30 characters length.
--- 1.6/include/linux/hfs_sysdep.h Mon May 20 16:54:06 2002
+++ edited/include/linux/hfs_sysdep.h Thu May 23 13:19:03 2002
@@ -21,6 +21,7 @@
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/sched.h>
+#include <linux/buffer_head.h>

#include <asm/byteorder.h>
#include <asm/unaligned.h>
--- 1.6/include/linux/jbd.h Sun May 19 13:50:46 2002
+++ edited/include/linux/jbd.h Thu May 23 14:21:44 2002
@@ -25,6 +25,7 @@
#define jfs_debug jbd_debug
#else

+#include <linux/buffer_head.h>
#include <linux/journal-head.h>
#include <linux/stddef.h>
#include <asm/semaphore.h>
--- 1.14/include/linux/msdos_fs.h Thu Apr 25 03:38:44 2002
+++ edited/include/linux/msdos_fs.h Thu May 23 14:27:42 2002
@@ -4,6 +4,7 @@
/*
* The MS-DOS filesystem constants/structures
*/
+#include <linux/buffer_head.h>
#include <asm/byteorder.h>

#define SECTOR_SIZE 512 /* sector size (bytes) */
--- 1.30/include/linux/reiserfs_fs.h Tue May 21 11:12:36 2002
+++ edited/include/linux/reiserfs_fs.h Thu May 23 13:19:04 2002
@@ -20,6 +20,7 @@
#include <asm/unaligned.h>
#include <linux/bitops.h>
#include <linux/proc_fs.h>
+#include <linux/buffer_head.h>
#include <linux/reiserfs_fs_i.h>
#include <linux/reiserfs_fs_sb.h>
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.033 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site