From: Yongqiang Yang Date: Thu, 24 Mar 2011 00:48:39 +0000 (+0800) Subject: ext3: Fix writepage credits computation for ordered mode X-Git-Tag: v2.6.39-rc3~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523334ba508a8baaf5fc9f15fbad9ed04f334f48;p=pandora-kernel.git ext3: Fix writepage credits computation for ordered mode Original computation forgets to count writes of indirect block themselves (it only counts with blocks necessary for their allocation) in ordered mode. Acked-by: Amir Goldstein Signed-off-by:Yongqiang Yang Signed-off-by: Jan Kara --- Reading git-diff-tree failed