GFS2: decouple quota allocations from block allocations
authorBob Peterson <rpeterso@redhat.com>
Mon, 21 Nov 2011 18:36:17 +0000 (13:36 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 22 Nov 2011 10:25:21 +0000 (10:25 +0000)
This patch separates the code pertaining to allocations into two
parts: quota-related information and block reservations.
This patch also moves all the block reservation structure allocations to
function gfs2_inplace_reserve to simplify the code, and moves
the frees to function gfs2_inplace_release.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found