Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 10/27/2004 19:17:13
Module Name: src
Committed By: peter
Date: Wed Oct 27 19:17:13 UTC 2004
Modified Files:
src/sys/fs/smbfs: smbfs_vnops.c
Log Message:
Use DENYNONE to give unixy semantics of permitting everything not forbidden
by permissions. Ie denial is up to server with clients/openers needing to use
advisory locks for further control. From FreeBSD.
Fixes file access problem when the file is already open on the server.
Problem reported by George Abdelmalik <gabdelmalik at avdat dot com dot au>
Reviewed by jdolecek.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 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.