]> git.hungrycats.org Git - linux/commitdiff
[PATCH] include buffer_head.h in actual users instead of fs.h (10/10)
authorChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:53:31 +0000 (22:53 -0700)
committerChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:53:31 +0000 (22:53 -0700)
No more need to include buffer_head.h in fs.h.  Finally.

include/linux/fs.h

index 95cd02771592c8d184ae1e47a2a104358a9ee176..d593252f4825bfdfa5d41ba21ea75346ed30bcc6 100644 (file)
@@ -1283,8 +1283,5 @@ static inline ino_t parent_ino(struct dentry *dentry)
        return res;
 }
 
-#include <linux/buffer_head.h>
-
 #endif /* __KERNEL__ */
-
 #endif /* _LINUX_FS_H */