From: Dmitry Monakhov Date: Wed, 26 May 2010 21:21:58 +0000 (+0200) Subject: quota: Convert quota statistics to generic percpu_counter X-Git-Tag: v2.6.35-rc1~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32764bd2bbb6ea003c158b1d276b4dc9f900348;p=pandora-kernel.git quota: Convert quota statistics to generic percpu_counter Generic per-cpu counter has some memory overhead but it is negligible for modern systems and embedded systems compile without quota support. And code reuse is a good thing. This patch should fix complain from preemptive kernels which was introduced by dde9588853b1bde. [Jan Kara: Fixed patch to work on 32-bit archs as well] Reported-by: Rafael J. Wysocki Signed-off-by: Dmitry Monakhov Signed-off-by: Jan Kara --- Reading git-diff-tree failed