[GFS2] Align all labels against LH side

This makes everything consistent.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
此提交包含在:
Steven Whitehouse
2006-09-04 12:04:26 -04:00
父節點 75d3b817a0
當前提交 a91ea69ffd
共有 19 個檔案被更改,包括 129 行新增245 行删除

查看文件

@@ -115,18 +115,14 @@ static int alloc_page_backing(struct gfs2_inode *ip, struct page *page)
gfs2_assert_warn(sdp, al->al_alloced);
out_trans:
out_trans:
gfs2_trans_end(sdp);
out_ipres:
out_ipres:
gfs2_inplace_release(ip);
out_gunlock_q:
out_gunlock_q:
gfs2_quota_unlock(ip);
out:
out:
gfs2_alloc_put(ip);
return error;
}