jhb 2006-07-17 16:13:42 UTC
FreeBSD src repository
Modified files:
sys/fs/smbfs smbfs_vfsops.c
Log:
Lock the smb share before doing a 'put' on it in smbfs_unmount().
Tested by: "Jiawei Ye"
Revision ChangesPath
1.40 +3 -0 src/sys/fs/smb
avatar 2005-12-05 19:05:06 UTC
FreeBSD src repository
Modified files:
sys/fs/smbfs smbfs_vfsops.c
Log:
Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option
since mount_smbfs(8) assumed long name mounting by default unless "-n long"
was explicitl
rodrigc 2005-11-16 02:26:25 UTC
FreeBSD src repository
Modified files:
sys/fs/smbfs smbfs_vfsops.c
Log:
- Add errmsg to the list of smbfs mount options.
- Use vfs_mount_error() to propagate smbfs mount errors back to userspace.
Reviewed by:bp (smbfs maintainer)