summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/trans.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/trans.c')
-rw-r--r--fs/gfs2/trans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c
index 63e7fed..aa1a619 100644
--- a/fs/gfs2/trans.c
+++ b/fs/gfs2/trans.c
@@ -74,10 +74,10 @@ int gfs2_trans_begin_i(struct gfs2_sbd *sdp, unsigned int blocks,
return 0;
- fail_gunlock:
+fail_gunlock:
gfs2_glock_dq(&tr->tr_t_gh);
- fail_holder_uninit:
+fail_holder_uninit:
gfs2_holder_uninit(&tr->tr_t_gh);
kfree(tr);
OpenPOWER on IntegriCloud