Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/18/2003 21:40:37
Module Name: src
Committed By: jdolecek
Date: Tue Feb 18 19:40:37 UTC 2003
Modified Files:
src/sys/fs/smbfs: smbfs_vfsops.c
Log Message:
vrele() the reference to root vnode before calling vflush() in smbfs_unmount(),
so that the filesystem wouldn't appear as busy when it's not, and vref()
it back if the vflush() fails
LK_DRAIN sm_hashlock before freeing the smbmount struct
g/c one meaningless check in smbfs_root()
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/fs/smbfs/smbfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.