]> Git Repo - linux.git/commit
aio: aio_nr decrements don't need to be delayed
authorAl Viro <[email protected]>
Sun, 11 Mar 2012 04:10:35 +0000 (23:10 -0500)
committerAl Viro <[email protected]>
Wed, 21 Mar 2012 01:29:38 +0000 (21:29 -0400)
commit2dd542b7aeb1c222273cf0593a718d9b44998d9f
treeaea852e444475a669e1cb21a328b980ba19b9ecb
parente23754f880f10124f0a2848f9d17e361a295378e
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 <[email protected]>
fs/aio.c
This page took 0.051336 seconds and 4 git commands to generate.