2021-09-28 07:19:53

by Miklos Szeredi

[permalink] [raw]
Subject: Re: [PATCH v3] ovl: fix null pointer when filesystemdoesn'tsupportdirect IO

On Tue, 28 Sept 2021 at 09:01, Huang Jianan <[email protected]> wrote:
>
> 在 2021/9/27 17:38, Miklos Szeredi 写道:
> > On Wed, Sep 22, 2021 at 04:00:47PM +0200, Miklos Szeredi wrote:
> >
> >> First let's fix the oops: ovl_read_iter()/ovl_write_iter() must check
> >> real file's ->direct_IO if IOCB_DIRECT is set in iocb->ki_flags and
> >> return -EINVAL if not.
> > And here's that fix. Please test.
>
> This patch can fix the oops.
>
> Tested-by: Huang Jianan <[email protected]>

Thanks for testing!

Miklos