diff options
| author | Christoph Hellwig <hch@infradead.org> | 2002-05-22 22:52:48 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@infradead.org> | 2002-05-22 22:52:48 -0700 |
| commit | 735d04eeca75a20b7fd1eb3336a5372234caa84f (patch) | |
| tree | a41e206cb963cb9f1b0fe8b90bf3db5b2a993772 /include/linux/jbd.h | |
| parent | 465c17d3e192b02ad6c59a3c9fb4b10bd49e1ada (diff) | |
[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.
Diffstat (limited to 'include/linux/jbd.h')
| -rw-r--r-- | include/linux/jbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index 4a96c4ac35b9..a1a654e1567c 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h @@ -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> |
