diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-23 21:27:03 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-23 21:27:03 -0700 |
| commit | 5d652eb5c57cc529e88770d667f1c4630a305220 (patch) | |
| tree | 7ef5ae0b6a2044561ec492fe7e719d63399dfc54 /include/linux/buffer_head.h | |
| parent | 134133793eb9cac88652c41da00faa460b90df74 (diff) | |
| parent | 208bc4952676a841f248eacf03fc7a27dfdcd55f (diff) | |
Merge penguin:v2.5/linux
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux/buffer_head.h')
| -rw-r--r-- | include/linux/buffer_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index 1a542191bbd2..b52eb321e898 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -9,9 +9,9 @@ #include <linux/types.h> #include <linux/fs.h> +#include <linux/linkage.h> #include <asm/atomic.h> - enum bh_state_bits { BH_Uptodate, /* Contains valid data */ BH_Dirty, /* Is dirty */ |
