Re: [PATCH 1/2] aio: create aio_ring_insert_entry() function

2007-02-19 Thread Jeff Moyer
==> On Mon, 19 Feb 2007 13:38:30 -0800 (PST), Zach Brown <[EMAIL PROTECTED]> said: Zach> This patch just hoists the process of inserting an entry into the completion Zach> ring into its own function. No functionality is changed. This is in Zach> preparation for calling ring insertion from

[PATCH 1/2] aio: create aio_ring_insert_entry() function

2007-02-19 Thread Zach Brown
aio: create aio_ring_insert_entry() function This patch just hoists the process of inserting an entry into the completion ring into its own function. No functionality is changed. This is in preparation for calling ring insertion from another path with slightly different mechanics. diff -r

[PATCH 1/2] aio: create aio_ring_insert_entry() function

2007-02-19 Thread Zach Brown
aio: create aio_ring_insert_entry() function This patch just hoists the process of inserting an entry into the completion ring into its own function. No functionality is changed. This is in preparation for calling ring insertion from another path with slightly different mechanics. diff -r

Re: [PATCH 1/2] aio: create aio_ring_insert_entry() function

2007-02-19 Thread Jeff Moyer
== On Mon, 19 Feb 2007 13:38:30 -0800 (PST), Zach Brown [EMAIL PROTECTED] said: Zach This patch just hoists the process of inserting an entry into the completion Zach ring into its own function. No functionality is changed. This is in Zach preparation for calling ring insertion from another