diff options
Diffstat (limited to 'fs/gfs2/super.h')
-rw-r--r-- | fs/gfs2/super.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/super.h b/fs/gfs2/super.h index f6b8b00ad881..4d2492b3e7ef 100644 --- a/fs/gfs2/super.h +++ b/fs/gfs2/super.h | |||
@@ -25,8 +25,6 @@ static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) | |||
25 | return x; | 25 | return x; |
26 | } | 26 | } |
27 | 27 | ||
28 | void gfs2_jindex_free(struct gfs2_sbd *sdp); | ||
29 | |||
30 | struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid); | 28 | struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid); |
31 | int gfs2_jdesc_check(struct gfs2_jdesc *jd); | 29 | int gfs2_jdesc_check(struct gfs2_jdesc *jd); |
32 | 30 | ||
@@ -34,6 +32,7 @@ int gfs2_lookup_in_master_dir(struct gfs2_sbd *sdp, char *filename, | |||
34 | struct gfs2_inode **ipp); | 32 | struct gfs2_inode **ipp); |
35 | 33 | ||
36 | int gfs2_make_fs_rw(struct gfs2_sbd *sdp); | 34 | int gfs2_make_fs_rw(struct gfs2_sbd *sdp); |
35 | int gfs2_make_fs_ro(struct gfs2_sbd *sdp); | ||
37 | 36 | ||
38 | int gfs2_statfs_init(struct gfs2_sbd *sdp); | 37 | int gfs2_statfs_init(struct gfs2_sbd *sdp); |
39 | void gfs2_statfs_change(struct gfs2_sbd *sdp, | 38 | void gfs2_statfs_change(struct gfs2_sbd *sdp, |