aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/recovery.c')
-rw-r--r--fs/gfs2/recovery.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c
index 7d467966f92c..d916817fb6e3 100644
--- a/fs/gfs2/recovery.c
+++ b/fs/gfs2/recovery.c
@@ -487,8 +487,7 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd)
487 error = gfs2_glock_nq_init(sdp->sd_trans_gl, 487 error = gfs2_glock_nq_init(sdp->sd_trans_gl,
488 LM_ST_SHARED, 488 LM_ST_SHARED,
489 LM_FLAG_NOEXP | LM_FLAG_PRIORITY | 489 LM_FLAG_NOEXP | LM_FLAG_PRIORITY |
490 GL_NEVER_RECURSE | GL_NOCANCEL | 490 GL_NOCANCEL | GL_NOCACHE,
491 GL_NOCACHE,
492 &t_gh); 491 &t_gh);
493 if (error) 492 if (error)
494 goto fail_gunlock_ji; 493 goto fail_gunlock_ji;