public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* bug in nfs in 2.6.18-rc5?
@ 2006-08-31 14:54 Shaya Potter
  2006-08-31 15:20 ` Shaya Potter
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shaya Potter @ 2006-08-31 14:54 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, unionfs

so I'm trying to use unionfs, cachefs and nfs, as cachefs is 2.6.18-rc5 
right now, thats what I'm testing, but I hit an oops.

basically unionfs's lookup does a "lookup_one_len()" on the underlying fs.

lookup_one_len() calls __lookup_hash()

__lookup_hash() is called as "__lookup_hash(&this, base, NULL)"

now that NULL is important.  that's the nameidata entry of __lookup_hash()

__lookup_hash() ends up calling the underlying fs's lookup op, i.e. 
nfs_lookup()

nfs_lookup() calls nfs_reval_fsid(nd->mnt, dir, &fhandle, &fattr);

see the bug? :)

This doesn't seem like a unionfs bug, as one should be able to call 
lookup_one_len() on an NFS fs.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-08-31 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 14:54 bug in nfs in 2.6.18-rc5? Shaya Potter
2006-08-31 15:20 ` Shaya Potter
2006-08-31 16:03 ` Trond Myklebust
2006-08-31 16:24   ` Shaya Potter
2006-08-31 16:43     ` Trond Myklebust
2006-08-31 16:26   ` Christoph Hellwig
2006-08-31 17:33     ` Trond Myklebust
2006-08-31 16:27 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox