delphij 2005-04-10 03:17:42 UTC
FreeBSD src repository
Modified files:
sys/fs/smbfs smbfs_vnops.c
Log:
Initialize vp before using it. Failing to do this can cause instant
panic when trying to access a file on mounted smbfs.
Submitted by: takawata at jp freebsd org
Revision Changes Path
1.60 +1 -0 src/sys/fs/smbfs/smbfs_vnops.c