From: Dave Chinner Date: Fri, 7 May 2010 01:04:17 +0000 (+1000) Subject: xfs: allow log ticket allocation to take allocation flags X-Git-Tag: v2.6.35-rc1~271^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3383ca5780f88bb2c119174045ed77d5ece08072;p=pandora-kernel.git xfs: allow log ticket allocation to take allocation flags Delayed logging currently requires ticket allocation to succeed, so we need to be able to sleep on allocation. It also should not allow memory allocation to recurse into the filesystem. hence we need to pass allocation flags directing the type of allocation the caller requires. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed