commit | 564e12b1157215171e7f3af5b70611ec7154327c | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Mon Nov 21 13:36:17 2011 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 22 10:25:21 2011 +0000 |
tree | f2a6e3394e59209f8e43a36f10f67bf1372c966c | |
parent | b3e47ca0c2427ec72a74e36c6408784b6098f2b5 [diff] |
GFS2: decouple quota allocations from block allocations 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>