diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 2cf2802fc92e..e93066f930c1 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include "incore.h" | 21 | #include "incore.h" |
22 | #include "bmap.h" | 22 | #include "bmap.h" |
23 | #include "dir.h" | 23 | #include "dir.h" |
24 | #include "format.h" | ||
25 | #include "glock.h" | 24 | #include "glock.h" |
26 | #include "glops.h" | 25 | #include "glops.h" |
27 | #include "inode.h" | 26 | #include "inode.h" |
@@ -34,6 +33,14 @@ | |||
34 | #include "trans.h" | 33 | #include "trans.h" |
35 | #include "util.h" | 34 | #include "util.h" |
36 | 35 | ||
36 | static const uint32_t gfs2_old_fs_formats[] = { | ||
37 | 0 | ||
38 | }; | ||
39 | |||
40 | static const uint32_t gfs2_old_multihost_formats[] = { | ||
41 | 0 | ||
42 | }; | ||
43 | |||
37 | /** | 44 | /** |
38 | * gfs2_tune_init - Fill a gfs2_tune structure with default values | 45 | * gfs2_tune_init - Fill a gfs2_tune structure with default values |
39 | * @gt: tune | 46 | * @gt: tune |