NetBSD/usr.sbin/puffs/mount_psshfs
pooka 326638b53f In case we create a file, reclaim the vnode, and lookup the file
without the directory timeout expiring, we get vattr_null as the
attributes for that file.  Ensure that we always report sane
attributes by getting them from the server if this is the case.
(also, sprinkle some const)

Fixes problem reported by dyoung.   But wait!  The bug's medallion
begins to glow!  The bug looks much better!  I crumble to dust.

There's probably another similar bug related to "lazy open".  It
will trigger if we reclaim a node before the response to the open
arrives.  Even the comments (typoless) know about this bug ...
But verifying it exists and fixing it will have to wait for another
day.
2010-04-01 02:34:09 +00:00
..
Makefile Enable WARNS=4 by default, except for: 2009-04-22 15:23:01 +00:00
fs.c In case we create a file, reclaim the vnode, and lookup the file 2010-04-01 02:34:09 +00:00
mount_psshfs.8 Give credit: psshfs was inspired by FUSE sshfs. 2010-02-03 17:16:29 +00:00
node.c In case we create a file, reclaim the vnode, and lookup the file 2010-04-01 02:34:09 +00:00
psbuf.c Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have 2010-01-08 10:53:31 +00:00
psshfs.c umgah. meant fts, not fsu 2010-02-17 15:54:10 +00:00
psshfs.h In case we create a file, reclaim the vnode, and lookup the file 2010-04-01 02:34:09 +00:00
sftp_proto.h
subr.c In case we create a file, reclaim the vnode, and lookup the file 2010-04-01 02:34:09 +00:00