K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-03-31T16:08:50.000000Z K 7 svn:log V 273 Rather than ignoring any error return from getnewvnode() in nameiinit(), explicitly test and panic. This should not ever happen, but if it does, this is a preferred failure mode to a NULL pointer dereference in kernel. Coverity CID: 1716 Found with: Coverity Prevent(tm) END