K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2011-08-14T00:32:43.970034Z K 7 svn:log V 335 MFC: r224532 The new NFS client failed to vput() the new vnode if a setattr failed after the file was created in nfs_create(). This would probably only happen during a forced dismount. The old NFS client does have a vput() for this case. Detected by pho during recent testing, where an open syscall returned with a vnode still locked. END