mohans 2006-11-29 02:21:40 UTC FreeBSD src repository
Modified files: sys/nfsclient nfs_node.c Log: In nfs_nget(), we must initialize the fh in the nfsnode before inserting the vnode into the vfs hash. Otherwise, another thread walking the hash can trip on an nfsnode with an uninitialized or partially initialized fh. Thanks to ups@ for spotting this race. Revision Changes Path 1.85 +6 -6 src/sys/nfsclient/nfs_node.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"