Subject: CVS commit: [netbsd-2] src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/16/2005 14:21:49
Module Name:	src
Committed By:	he
Date:		Sun Jan 16 14:21:49 UTC 2005

Modified Files:
	src/sys/fs/smbfs [netbsd-2]: smbfs_vnops.c

Log Message:
Pull up revision 1.45 (requested by peter in ticket #933):
  Import a change from FreeBSD: use DENYNONE to give unixy
  semantics of permitting everything not forbidden by
  permissions.  I.e. denial is up to the server with
  clients/openers needing to use advisory locks for further
  control.  Fixes file access problem whtn the file is already
  open on the server.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.42.4.1 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.