summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2002-05-22 22:53:31 -0700
committerChristoph Hellwig <hch@infradead.org>2002-05-22 22:53:31 -0700
commitfce9505fd9b84119f97d608dcd34764ffcbfc7b7 (patch)
treed29bde0dcf44861da499e222b447358e8283c2e1 /include
parent7c490d9c7250a85c4da9769d52a5a9c8b25d6d5d (diff)
[PATCH] include buffer_head.h in actual users instead of fs.h (10/10)
No more need to include buffer_head.h in fs.h. Finally.
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 95cd02771592..d593252f4825 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -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 */