diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index f0dbd2d7aadc..75a8def8d0bc 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -264,11 +264,6 @@ int gfs2_read_sb(struct gfs2_sbd *sdp, struct gfs2_glock *gl, int silent) | |||
264 | return 0; | 264 | return 0; |
265 | } | 265 | } |
266 | 266 | ||
267 | int gfs2_do_upgrade(struct gfs2_sbd *sdp, struct gfs2_glock *sb_gl) | ||
268 | { | ||
269 | return 0; | ||
270 | } | ||
271 | |||
272 | /** | 267 | /** |
273 | * gfs2_jindex_hold - Grab a lock on the jindex | 268 | * gfs2_jindex_hold - Grab a lock on the jindex |
274 | * @sdp: The GFS2 superblock | 269 | * @sdp: The GFS2 superblock |
@@ -837,7 +832,8 @@ struct lfcc { | |||
837 | * Returns: errno | 832 | * Returns: errno |
838 | */ | 833 | */ |
839 | 834 | ||
840 | int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp, struct gfs2_holder *t_gh) | 835 | static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp, |
836 | struct gfs2_holder *t_gh) | ||
841 | { | 837 | { |
842 | struct gfs2_inode *ip; | 838 | struct gfs2_inode *ip; |
843 | struct gfs2_holder ji_gh; | 839 | struct gfs2_holder ji_gh; |