[PATCH] aio: remove unused parameter 'ctx' from kiocb_cancel

2014-02-10 Thread Rakesh Pandit
Not used since commit 57282d8fd. Signed-off-by: Rakesh Pandit Reviewed-by: Christoph Hellwig --- fs/aio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/aio.c b/fs/aio.c index 062a5f6..d3d55dc 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -471,7 +471,7 @@ void

[PATCH] aio: remove unused parameter 'ctx' from kiocb_cancel

2014-02-10 Thread Rakesh Pandit
Not used since commit 57282d8fd. Signed-off-by: Rakesh Pandit rak...@tuxera.com Reviewed-by: Christoph Hellwig h...@lst.de --- fs/aio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/aio.c b/fs/aio.c index 062a5f6..d3d55dc 100644 --- a/fs/aio.c +++ b/fs/aio.c @@