From: Dave Chinner Date: Sun, 18 Sep 2011 20:40:56 +0000 (+0000) Subject: xfs: move extent records into bmalloca structure X-Git-Tag: v3.2-rc1~134^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf41a52b9c62f9a825371806129ed12e2c1e2d8;p=pandora-kernel.git xfs: move extent records into bmalloca structure Rather that putting extent records on the stack and then pointing to them in the bmalloca structure which is in the same stack frame, put the extent records directly in the bmalloca structure. This reduces the number of args that need to be passed around. Signed-off-by: Dave Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed