Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/22/2004 11:14:08
Module Name: src
Committed By: jdolecek
Date: Sun Feb 22 11:14:08 UTC 2004
Modified Files:
src/sys/fs/smbfs: smbfs_vnops.c
Log Message:
fix PNBUF_PUT() calls:
* it should not be called for rmdir or remove vop
* for create and mkdir, it should only be called on error, or when
SAVESTART flag is not set
fixes PR kern/24455 by Milos Urbanek
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 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.