Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 03/06/2001 03:23:43
Module Name:	syssrc
Committed By:	jmc
Date:		Tue Mar  6 01:23:42 UTC 2001

Modified Files:
	syssrc/sys/miscfs/fdesc: fdesc_vnops.c

Log Message:
XXX: Temporary work around to fdesc truncating files when it shouldn't. Treat
setattr calls on underlying vnodes the same as sockets and just return 0.

This whole thing needs to be gutted and replaced with either fall throughs
to specfs (the attr forwarding is just bizarre and leads to weird crap like
the above truncation problems), or better yet a real cloning device node.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/miscfs/fdesc/fdesc_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.