Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/09/2001 12:39:10
Module Name: syssrc
Committed By: jdolecek
Date: Mon Apr 9 09:39:10 UTC 2001
Modified Files:
syssrc/sys/compat/netbsd32: netbsd32_fs.c
syssrc/sys/compat/osf1: osf1_descrip.c
syssrc/sys/miscfs/fdesc: fdesc_vnops.c
Log Message:
Call file descriptor stat function via (*fp->f_ops->fo_stat) instead
of a switch statement and explicit call.
Sprinkle some FILE_USE()/FILE_UNUSE() as appropriate.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/netbsd32/netbsd32_fs.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/compat/osf1/osf1_descrip.c
cvs rdiff -r1.60 -r1.61 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.