2023-04-21 15:00:51

by Miklos Szeredi

[permalink] [raw]
Subject: Re: [PATCH] [PATCH] fuse: no interrupt for lookup request

On Mon, 17 Apr 2023 at 09:59, Xu Rongbo <[email protected]> wrote:
>
> From: xurongbo <[email protected]>
>
> if lookup request interrupted, then dentry revalidate return -EINTR
> will umount bind-mounted directory.
>

Thanks for the report.

Could you please verify that the attached fix also works?

Thanks,
Miklos


Attachments:
fuse-dont-invalidatate-if-interrupted.patch (875.00 B)

2023-04-23 04:49:05

by Xu,Rongbo

[permalink] [raw]
Subject: Re: [PATCH] [PATCH] fuse: no interrupt for lookup request

I verified, it's OK。

在 2023/4/21 22:48,“Miklos Szeredi”<[email protected] <mailto:[email protected]>> 写入:


On Mon, 17 Apr 2023 at 09:59, Xu Rongbo <[email protected] <mailto:[email protected]>> wrote:
>
> From: xurongbo <[email protected] <mailto:[email protected]>>
>
> if lookup request interrupted, then dentry revalidate return -EINTR
> will umount bind-mounted directory.
>


Thanks for the report.


Could you please verify that the attached fix also works?


Thanks,
Miklos