From: Benjamin LaHaise Date: Tue, 30 Jul 2013 16:06:37 +0000 (-0400) Subject: aio: double aio_max_nr in calculations X-Git-Tag: v3.12-rc1~16^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd81c3dfc4a34e4a0b6fa577860077c8e5b13af;p=pandora-kernel.git aio: double aio_max_nr in calculations With the changes to use percpu counters for aio event ring size calculation, existing increases to aio_max_nr are now insufficient to allow for the allocation of enough events. Double the value used for aio_max_nr to account for the doubling introduced by the percpu slack. Signed-off-by: Benjamin LaHaise --- Reading git-diff-tree failed