diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 21:47:13 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:33:14 -0500 |
commit | 551676226163379c217e8ec54bd287eab9b8521e (patch) | |
tree | 84abfa1a29c23890124f6dc66790af49917940b4 /fs/gfs2/super.c | |
parent | e697264709c86040271cdd7abee781d7adbb7f91 (diff) |
[GFS2] split and annotate gfs2_log_head
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 4 |
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); |