]> git.hungrycats.org Git - linux/commitdiff
[PATCH] include buffer_head.h in actual users instead of fs.h (7/10)
authorChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:52:48 +0000 (22:52 -0700)
committerChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:52:48 +0000 (22:52 -0700)
Make the 5 headers in include/linux that need it include buffer_head.h
directly.

include/linux/amigaffs.h
include/linux/hfs_sysdep.h
include/linux/jbd.h
include/linux/msdos_fs.h
include/linux/reiserfs_fs.h

index f02e8cbd01311c12b87ded64210fc4b35c9c16db..01afc53427b41dea8be34f7b7b4419ce3060cfde 100644 (file)
@@ -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.
index a08d5aa9e39d8ec61b0e954fcdd849d9f94c5bb4..d8f0b7e8797ca0314568ea36eea617540754d515 100644 (file)
@@ -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>
index 4a96c4ac35b9b5616b7af28be4c898fd227f2a4a..a1a654e1567c054056dedaff51a3d13ab3324dc6 100644 (file)
@@ -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>
index ae938c8e2441afce8196518379dbfd2a68d2f5b9..5868e91b16ecc12d3b891cd5e91430fa0d10cbfb 100644 (file)
@@ -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) */
index abe55b91a32802bea7d9fda8a5d9a7fcb64f928b..ec8c6f6e5b936cf74c5021a879860fb442b21905 100644 (file)
@@ -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