Re: [PATCH] ovl: fix decode of dir file handle with multi lower layers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Nov 22, 2018 at 3:50 PM Amir Goldstein <amir73il@xxxxxxxxx> wrote:
>
> On Thu, Nov 22, 2018 at 4:45 PM Miklos Szeredi <miklos@xxxxxxxxxx> wrote:
> >
> > On Mon, Nov 5, 2018 at 6:50 AM Amir Goldstein <amir73il@xxxxxxxxx> wrote:
> > >
> > > When decoding a lower file handle, we first call ovl_check_origin_fh()
> > > with connected=false to get any real lower dentry for overlay inode
> > > cache lookup.
> > >
> > > If the real dentry is a disconnected dir dentry, ovl_check_origin_fh()
> > > is called again with connected=true to get a connected real dentry
> > > and find the lower layer the real dentry belongs to.
> > >
> > > If the first call returned a connected real dentry, we use it to
> > > lookup an overlay connected dentry, but the first ovl_check_origin_fh()
> > > call with connected=false did not check that the found dentry is under
> > > the root of the layer (see ovl_acceptable()), it only checked that
> > > the found dentry super block matches the uuid of the lower file handle.
> > >
> > > In case there are multiple lower layers on the same fs and the found
> > > dentry is not from the top most lower layer, using the layer index
> > > returned from the first ovl_check_origin_fh() is wrong and we end
> > > up failing to decode the file handle.
> > >
> > > Fix this by always calling ovl_check_origin_fh() with connected=true
> > > if we got a directory dentry in the first call.
> >
> > Hi Amir,
> >
> > Does this have a testcase?
> >
>
> xfstest overlay/062
> already upstream.

Good.

Thanks,
Miklos



[Index of Archives]     [Linux Filesystems Devel]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux