aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_vm.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-04 12:04:26 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-04 12:04:26 -0400
commita91ea69ffd3f8a0b7139bfd44042ab384461e631 (patch)
treef05952e49e01609b21dbe8d27d9ffd30b4aa507f /fs/gfs2/ops_vm.c
parent75d3b817a0b48425da921052955cc58f20bbab52 (diff)
[GFS2] Align all labels against LH side
This makes everything consistent. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_vm.c')
-rw-r--r--fs/gfs2/ops_vm.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/fs/gfs2/ops_vm.c b/fs/gfs2/ops_vm.c
index 451f48d62e58..32ec8574ac8e 100644
--- a/fs/gfs2/ops_vm.c
+++ b/fs/gfs2/ops_vm.c
@@ -115,18 +115,14 @@ static int alloc_page_backing(struct gfs2_inode *ip, struct page *page)
115 115
116 gfs2_assert_warn(sdp, al->al_alloced); 116 gfs2_assert_warn(sdp, al->al_alloced);
117 117
118 out_trans: 118out_trans:
119 gfs2_trans_end(sdp); 119 gfs2_trans_end(sdp);
120 120out_ipres:
121 out_ipres:
122 gfs2_inplace_release(ip); 121 gfs2_inplace_release(ip);
123 122out_gunlock_q:
124 out_gunlock_q:
125 gfs2_quota_unlock(ip); 123 gfs2_quota_unlock(ip);
126 124out:
127 out:
128 gfs2_alloc_put(ip); 125 gfs2_alloc_put(ip);
129
130 return error; 126 return error;
131} 127}
132 128