diff options
Diffstat (limited to 'fs/gfs2/lops.h')
-rw-r--r-- | fs/gfs2/lops.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/gfs2/lops.h b/fs/gfs2/lops.h index 2e3365c2b101..5839c05ae6be 100644 --- a/fs/gfs2/lops.h +++ b/fs/gfs2/lops.h | |||
@@ -10,6 +10,9 @@ | |||
10 | #ifndef __LOPS_DOT_H__ | 10 | #ifndef __LOPS_DOT_H__ |
11 | #define __LOPS_DOT_H__ | 11 | #define __LOPS_DOT_H__ |
12 | 12 | ||
13 | #include <linux/list.h> | ||
14 | #include "incore.h" | ||
15 | |||
13 | extern const struct gfs2_log_operations gfs2_glock_lops; | 16 | extern const struct gfs2_log_operations gfs2_glock_lops; |
14 | extern const struct gfs2_log_operations gfs2_buf_lops; | 17 | extern const struct gfs2_log_operations gfs2_buf_lops; |
15 | extern const struct gfs2_log_operations gfs2_revoke_lops; | 18 | extern const struct gfs2_log_operations gfs2_revoke_lops; |