[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTin6Ujea+qdkvwkH_9o5F8WKPyFdyA@mail.gmail.com>
Date: Thu, 12 May 2011 08:12:24 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Miklos Szeredi <miklos@...redi.hu>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
Trond Myklebust <Trond.Myklebust@...app.com>
Subject: Re: [GIT PULL] fuse fix for 2.6.39
Hmm.
Do we really ever have a NULL 'nd' these days? Can you send me the
backtrace for whatever oops that was reported?
The reason I ask is because at least NFS also does just
if (nd->flags & LOOKUP_RCU)
return -ECHILD;
in its nfs_lookup/open_revalidate() functions. As does cifs, ncpfs, p9
and coda from a quick grep.
Linus
On Thu, May 12, 2011 at 8:04 AM, Miklos Szeredi <miklos@...redi.hu> wrote:
>
> Please pull from
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus
>
> Miklos Szeredi (1):
> fuse: fix oops in revalidate when called with NULL nameidata
>
> ---
> fs/fuse/dir.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists