diff options
Diffstat (limited to 'fs/gfs2/trans.c')
-rw-r--r-- | fs/gfs2/trans.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c index 63e7fed2bd47..aa1a619f0854 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, | |||
74 | 74 | ||
75 | return 0; | 75 | return 0; |
76 | 76 | ||
77 | fail_gunlock: | 77 | fail_gunlock: |
78 | gfs2_glock_dq(&tr->tr_t_gh); | 78 | gfs2_glock_dq(&tr->tr_t_gh); |
79 | 79 | ||
80 | fail_holder_uninit: | 80 | fail_holder_uninit: |
81 | gfs2_holder_uninit(&tr->tr_t_gh); | 81 | gfs2_holder_uninit(&tr->tr_t_gh); |
82 | kfree(tr); | 82 | kfree(tr); |
83 | 83 | ||