Re: [PATCH RESEND] fs/aio.c: Remove ctx parameter in kiocb_cancel

2014-04-22 Thread Benjamin LaHaise
On Tue, Apr 22, 2014 at 07:26:58AM +0200, Fabian Frederick wrote: > ctx is no longer used in kiocb_cancel since Applied to my aio-next tree at git://git.kvack.org/~bcrl/aio-next.git . -ben > 57282d8fd74407 ("aio: Kill ki_users") > > Cc: Alexander Viro > Cc: Andrew Morton >

Re: [PATCH RESEND] fs/aio.c: Remove ctx parameter in kiocb_cancel

2014-04-22 Thread Benjamin LaHaise
On Tue, Apr 22, 2014 at 07:26:58AM +0200, Fabian Frederick wrote: ctx is no longer used in kiocb_cancel since Applied to my aio-next tree at git://git.kvack.org/~bcrl/aio-next.git . -ben 57282d8fd74407 (aio: Kill ki_users) Cc: Alexander Viro v...@zeniv.linux.org.uk Cc:

[PATCH RESEND] fs/aio.c: Remove ctx parameter in kiocb_cancel

2014-04-21 Thread Fabian Frederick
ctx is no longer used in kiocb_cancel since 57282d8fd74407 ("aio: Kill ki_users") Cc: Alexander Viro Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/aio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/aio.c b/fs/aio.c index 12a3de0e..b92fdee 100644 ---

[PATCH RESEND] fs/aio.c: Remove ctx parameter in kiocb_cancel

2014-04-21 Thread Fabian Frederick
ctx is no longer used in kiocb_cancel since 57282d8fd74407 (aio: Kill ki_users) Cc: Alexander Viro v...@zeniv.linux.org.uk Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/aio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff