Skip to content
  • Kent Overstreet's avatar
    aio: reqs_active -> reqs_available · 34e83fc6
    Kent Overstreet authored
    
    
    The number of outstanding kiocbs is one of the few shared things left that
    has to be touched for every kiocb - it'd be nice to make it percpu.
    
    We can make it per cpu by treating it like an allocation problem: we have
    a maximum number of kiocbs that can be outstanding (i.e.  slots) - then we
    just allocate and free slots, and we know how to write per cpu allocators.
    
    So as prep work for that, we convert reqs_active to reqs_available.
    
    Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
    Cc: Zach Brown <zab@redhat.com>
    Cc: Felipe Balbi <balbi@ti.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Mark Fasheh <mfasheh@suse.com>
    Cc: Joel Becker <jlbec@evilplan.org>
    Cc: Rusty Russell <rusty@rustcorp.com.au>
    Cc: Jens Axboe <axboe@kernel.dk>
    Cc: Asai Thambi S P <asamymuthupa@micron.com>
    Cc: Selvan Mani <smani@micron.com>
    Cc: Sam Bradshaw <sbradshaw@micron.com>
    Cc: Jeff Moyer <jmoyer@redhat.com>
    Cc: Al Viro <viro@zeniv.linux.org.uk>
    Cc: Benjamin LaHaise <bcrl@kvack.org>
    Reviewed-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarBenjamin LaHaise <bcrl@kvack.org>
    34e83fc6