Module Name: src Committed By: hannken Date: Sun May 28 16:36:37 UTC 2017
Modified Files: src/sys/fs/smbfs: smbfs_node.c smbfs_node.h smbfs_vnops.c Log Message: When a vnode has an invalid type because the type changed on the server replace vgone() with new operation smbfs_uncache() that removes the vnode from the name cache and changes the vcache key to an unique and illegal key to prevent further lookups. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/fs/smbfs/smbfs_node.c cvs rdiff -u -r1.15 -r1.16 src/sys/fs/smbfs/smbfs_node.h cvs rdiff -u -r1.94 -r1.95 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.