Subject: CVS commit: src/usr.sbin/puffs/mount_psshfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/07/2007 14:54:08
Module Name: src
Committed By: pooka
Date: Fri Dec 7 14:54:08 UTC 2007
Modified Files:
src/usr.sbin/puffs/mount_psshfs: node.c psshfs.h subr.c
Log Message:
Get rid of a lot of extra complexity due to doing separate getattr
requests in readdir - just use the results from the readdir rpc.
To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.31 -r1.32 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -r1.39 -r1.40 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.