Re: new regression from cifs open on lookup patches

Jeff Layton <[email protected]>
Newsgroups gmane.linux.file-systems.cifs
Message-ID <[email protected]>
On Fri, 22 May 2009 08:42:35 -0500
Shirish Pargaonkar <[email protected]> wrote:

> On Fri, May 22, 2009 at 6:48 AM, Jeff Layton <[email protected]> wrote:
> > I've run across a new regression due to the open on lookup patches when
> > working against a server with functioning posix open calls. Prior to
> > those patches, opening a directory would simply result in a
> > revalidation of the dir, at most this would mean a QPathInfo call would
> > go out on the wire.
> >
> > Since the introduction of these patches, opening a directory causes an
> > actual open call to go out on the wire for the directory. In general,
> > the server will then return a status of NT_STATUS_FILE_IS_A_DIRECTORY
> > that gets translated to -EACCES.
> >
> > The main place I've noticed this is when trying recursively remove a
> > directory (rm -rf). rm will openat(AT_FDCWD, ...) the dir, and then try
> > to walk the subdirectories. That fails. Backing out the open intent
> > patches fixes the problem.
> >
> > This will definitely need to be fixed before 2.6.30 is released, as I'm
> > certain this will break more than "rm". Attaching a testcase that can
> > be used to test this.
> >
> > --
> > Jeff Layton <[email protected]>
> >
> 
> Jeff,
> 
> Looking into this, but as I see, with this check in cifs_lookup
>  !(nd->flags & (LOOKUP_PARENT | LOOKUP_DIRECTORY))
> posix open will not work on a directory, only on a file.

I don't think so. LOOKUP_DIRECTORY just means that the lookup is
required to return a directory and not a file. It doesn't signify
anything about what the target of the lookup actually is -- we don't
know that until the inode information has been fetched.

-- 
Jeff Layton <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.