From: Al Viro Date: Sun, 11 Mar 2012 04:10:35 +0000 (-0500) Subject: aio: aio_nr decrements don't need to be delayed X-Git-Tag: v3.4-rc1~163^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd542b7aeb1c222273cf0593a718d9b44998d9f;p=pandora-kernel.git aio: aio_nr decrements don't need to be delayed we can do that right in __put_ioctx(); as the result, the loop in ioctx_alloc() can be killed. Signed-off-by: Al Viro --- Reading git-diff-tree failed