[Virtio-fs] [PATCH] fuse: Fix the return code of fuse_direct_IO() to deal with the error for aio

Miklos Szeredi miklos at szeredi.hu
Mon Nov 25 12:38:38 UTC 2019


On Mon, Nov 18, 2019 at 3:24 AM Masayoshi Mizuma <msys.mizuma at gmail.com> wrote:
>
> From: Masayoshi Mizuma <m.mizuma at jp.fujitsu.com>
>
> exit_aio() is sometimes stuck in wait_for_completion() after aio is issued
> with direct IO and the task receives a signal.
>
> That is because kioctx in mm->ioctx_table is in use by aio_kiocb.
> aio_kiocb->ki_refcnt is 1 at that time. That means iocb_put() isn't
> called correctly.
>
> fuse_get_req() returns as -EINTR when it's blocked and receives a signal.
> fuse_direct_IO() deals with the -EINTER as -EIOCBQUEUED and returns as
> -EIOCBQUEUED even though the aio isn't queued.
> As the result, aio_rw_done() doesn't handle the error, so iocb_put() isn't
> called via aio_complete_rw(), which is the callback.

Hi,

Thanks for the report.

Can you please test the attached patch (without your patch)?

Thanks,
Miklos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fuse-fix-leak-of-fuse_io_priv.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virtio-fs/attachments/20191125/30e8f8a6/attachment.bin>


More information about the Virtio-fs mailing list