[PATCH -mm 1/5][AIO] - Rework compat_sys_io_submit

2007-01-17 Thread Sébastien Dugué
compat_sys_io_submit() cleanup Cleanup compat_sys_io_submit by duplicating some of the native syscall logic in the compat layer and directly calling io_submit_one() instead of fooling the syscall into thinking it is called from a native 64-bit caller. This eliminates: -

Re: [PATCH -mm 1/5][AIO] - Rework compat_sys_io_submit

2006-11-30 Thread Zach Brown
sys_io_getevents() reads: uh! ^you must be meaning sys_io_submit()? Heh, yes, of course. Damn these fingers! - z - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kerne

Re: [PATCH -mm 1/5][AIO] - Rework compat_sys_io_submit

2006-11-30 Thread Sébastien Dugué
compat_sys_io_submit() cleanup Cleanup compat_sys_io_submit by duplicating some of the native syscall logic in the compat layer and directly calling io_submit_one() instead of fooling the syscall into thinking it is called from a native 64-bit caller. This eliminates: -

Re: [PATCH -mm 1/5][AIO] - Rework compat_sys_io_submit

2006-11-30 Thread Sébastien Dugué
On Wed, 29 Nov 2006 16:47:47 -0800, Zach Brown <[EMAIL PROTECTED]> wrote: > On Nov 29, 2006, at 2:32 AM, Sébastien Dugué wrote: > > > compat_sys_io_submit() cleanup > > > > > > Cleanup compat_sys_io_submit by duplicating some of the native > > syscall > > logic in the compat

Re: [PATCH -mm 1/5][AIO] - Rework compat_sys_io_submit

2006-11-29 Thread Zach Brown
On Nov 29, 2006, at 2:32 AM, Sébastien Dugué wrote: compat_sys_io_submit() cleanup Cleanup compat_sys_io_submit by duplicating some of the native syscall logic in the compat layer and directly calling io_submit_one() instead of fooling the syscall into thinking it is call

[PATCH -mm 1/5][AIO] - Rework compat_sys_io_submit

2006-11-29 Thread Sébastien Dugué
compat_sys_io_submit() cleanup Cleanup compat_sys_io_submit by duplicating some of the native syscall logic in the compat layer and directly calling io_submit_one() instead of fooling the syscall into thinking it is called from a native 64-bit caller. This is needed for the