aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r--fs/gfs2/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index 52aa3221fc99..0faf563c83a9 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -508,7 +508,7 @@ int gfs2_make_fs_rw(struct gfs2_sbd *sdp)
508 struct gfs2_inode *ip = GFS2_I(sdp->sd_jdesc->jd_inode); 508 struct gfs2_inode *ip = GFS2_I(sdp->sd_jdesc->jd_inode);
509 struct gfs2_glock *j_gl = ip->i_gl; 509 struct gfs2_glock *j_gl = ip->i_gl;
510 struct gfs2_holder t_gh; 510 struct gfs2_holder t_gh;
511 struct gfs2_log_header head; 511 struct gfs2_log_header_host head;
512 int error; 512 int error;
513 513
514 error = gfs2_glock_nq_init(sdp->sd_trans_gl, LM_ST_SHARED, 514 error = gfs2_glock_nq_init(sdp->sd_trans_gl, LM_ST_SHARED,
@@ -873,7 +873,7 @@ static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp,
873 struct gfs2_jdesc *jd; 873 struct gfs2_jdesc *jd;
874 struct lfcc *lfcc; 874 struct lfcc *lfcc;
875 LIST_HEAD(list); 875 LIST_HEAD(list);
876 struct gfs2_log_header lh; 876 struct gfs2_log_header_host lh;
877 int error; 877 int error;
878 878
879 error = gfs2_jindex_hold(sdp, &ji_gh); 879 error = gfs2_jindex_hold(sdp, &ji_gh);