From: Bob Peterson Date: Mon, 21 Nov 2011 18:36:17 +0000 (-0500) Subject: GFS2: decouple quota allocations from block allocations X-Git-Tag: v3.3-rc1~168^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564e12b1157215171e7f3af5b70611ec7154327c;p=pandora-kernel.git 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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed