Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/smbfs
Module Name: src
Committed By: jdolecek
Date: Sat Mar 20 20:26:28 UTC 2004
Modified Files:
src/sys/fs/smbfs: smbfs_vnops.c
Log Message:
ditch busted access check in smbfs_access(), and use vaccess() instead;
also normalize function contents to resemble other filesystems,
and add a SMBVDEBUG() to ease eventual future debugging
partially based on FreeBSD rev. 1.29
fixes PR kern/23373 by Piotr Stolc
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/fs/smbfs/smbfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index