diff options
Diffstat (limited to 'fs/gfs2/bits.c')
-rw-r--r-- | fs/gfs2/bits.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/gfs2/bits.c b/fs/gfs2/bits.c index 57d420a86adf..49585e3de095 100644 --- a/fs/gfs2/bits.c +++ b/fs/gfs2/bits.c | |||
@@ -21,10 +21,14 @@ | |||
21 | #include <linux/spinlock.h> | 21 | #include <linux/spinlock.h> |
22 | #include <linux/completion.h> | 22 | #include <linux/completion.h> |
23 | #include <linux/buffer_head.h> | 23 | #include <linux/buffer_head.h> |
24 | #include <linux/gfs2_ondisk.h> | ||
24 | #include <asm/semaphore.h> | 25 | #include <asm/semaphore.h> |
25 | 26 | ||
26 | #include "gfs2.h" | 27 | #include "gfs2.h" |
28 | #include "lm_interface.h" | ||
29 | #include "incore.h" | ||
27 | #include "bits.h" | 30 | #include "bits.h" |
31 | #include "util.h" | ||
28 | 32 | ||
29 | static const char valid_change[16] = { | 33 | static const char valid_change[16] = { |
30 | /* current */ | 34 | /* current */ |