Module Name: src Committed By: pooka Date: Wed Feb 17 15:47:36 UTC 2010
Modified Files: src/usr.sbin/puffs/mount_psshfs: subr.c Log Message: Save "." attributes in readdir. This fixes the root link count after readdir is called for the root dir the first time (yes, there's still a window of wrong link count after the fs is mounted. it's currently quite difficult to call sftp_readdir() from outside the main loop). Should fix "find /mnt" problem for a mountpoint with more than the "guessed" amount of subdirectories, as reported by dyoung. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/puffs/mount_psshfs/subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.