From: Dave Chinner Date: Sun, 18 Sep 2011 20:40:57 +0000 (+0000) Subject: xfs: move firstblock and bmap freelist cursor into bmalloca structure X-Git-Tag: v3.2-rc1~134^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0937e0fd8be6f9c26844127d39d677bb752e8741;p=pandora-kernel.git xfs: move firstblock and bmap freelist cursor into bmalloca structure Rather than passing the firstblock and freelist structure around, embed it into the bmalloca structure and remove it from the function parameters. This also enables the minleft parameter to be set only once in xfs_bmapi_write(), and the freelist cursor directly queried in xfs_bmapi_allocate to clear it when the lowspace algorithm is activated. Signed-off-by: Dave Chinner Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed