K 10 svn:author V 6 mohans K 8 svn:date V 27 2006-11-29T02:21:40.000000Z K 7 svn:log V 258 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. END