K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-07-11T21:32:08.000000Z K 7 svn:log V 463 Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because we can't open container files by device/inode number pair anymore. Replace the CODA_OPEN upcall with CODA_OPEN_BY_FD, where venus returns an open file descriptor for the container file. We can then grab a reference on the vnode coda_psdev.c:vc_nb_write and use this vnode for further accesses to the container file. Submitted by: Jan Harkes Approved by: re (kensmith) END