Re: [PATCH 2/5] aio: fix failure to put the file pointer

2018-11-19 Thread Jens Axboe
On 11/19/18 1:07 AM, Christoph Hellwig wrote: > On Sat, Nov 17, 2018 at 04:53:14PM -0700, Jens Axboe wrote: >> If the ioprio capability check fails, we return without putting >> the file pointer. >> >> Fixes: d9a08a9e616b ("fs: Add aio iopriority support") >> Signed-off-by: Jens Axboe > > Looks

Re: [PATCH 2/5] aio: fix failure to put the file pointer

2018-11-19 Thread Christoph Hellwig
On Sat, Nov 17, 2018 at 04:53:14PM -0700, Jens Axboe wrote: > If the ioprio capability check fails, we return without putting > the file pointer. > > Fixes: d9a08a9e616b ("fs: Add aio iopriority support") > Signed-off-by: Jens Axboe Looks good. Please also send it to Al so that it can go into

[PATCH 2/5] aio: fix failure to put the file pointer

2018-11-17 Thread Jens Axboe
If the ioprio capability check fails, we return without putting the file pointer. Fixes: d9a08a9e616b ("fs: Add aio iopriority support") Signed-off-by: Jens Axboe --- fs/aio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/aio.c b/fs/aio.c index b36691268b6c..3d9bc81cf500 100644 ---