From: Brian Foster Date: Mon, 18 Mar 2013 14:51:44 +0000 (-0400) Subject: xfs: push rounddown_pow_of_two() to after prealloc throttle X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~58^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bdbdc0741d90908f492415c890b630f43f17f8;p=pandora-kernel.git xfs: push rounddown_pow_of_two() to after prealloc throttle The round down occurs towards the beginning of the function. Push it down after throttling has occurred. This is to support adding further transformations to 'alloc_blocks' that might not preserve power-of-two alignment (and thus could lead to rounding down multiple times). Signed-off-by: Brian Foster Reviewed-by: Ben Myers Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed