K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-05-30T22:41:43.000000Z K 7 svn:log V 349 Acquire Giant around two more cases when calling into VFS to vput() a vnode. Not bumped into with asserts in the main tree because we run the NFS server with Giant by default. Discovered by inspection. Complete annotations of Giant acquisition/release to note that it's only because of VFS that we acquire Giant in most places in the NFS server. END