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: 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.
Home |
Main Index |
Thread Index |
Old Index