K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-03-10T10:22:23.000000Z K 7 svn:log V 1347 Merge cnode.h:1.24, coda_fbsd.c:1.47, coda_namecache.c:1.24, coda_psdev.c:1.42, coda_psdev.h:1.7, coda_venus.c:1.29, coda_vfsops.c:1.78, coda_vfsops.h:1.13, coda_vnops.c:1.91, coda_vnops.h:1.22 from HEAD to RELENG_7: Various further non-functional cleanups to coda: - Rename print_vattr to coda_print_vattr and make static, rename print_cred to coda_print_cred. - Remove unused coda_vop_nop. - Add XXX comment because coda_readdir forwards to the cache vnode's readdir rather than venus_readdir, and annotate venus_readdir as unused. - Rename vc_nb_* to vc_*. - Use d_open_t, d_close_t, d_read_t, d_write_t, d_ioctl_t and d_poll_t for prototyping vc_* as that is the intent, don't use our own definitions. - Rename coda_nb_statfs to coda_statfs, rename NB_SFS_SIZ to CODA_SFS_SIZ. - Replace one more OBE reference to NetBSD with a reference to FreeBSD. - Tidy up a little vertical whitespace here and there. - Annotate coda_nc_zapvnode as unused. - Remove unused vcodattach. - Annotate VM_INTR as unused. - Annotate that coda_fhtovp is unused and doesn't match the FreeBSD prototype, so isn't hooked up to vfs_fhtovp. If we want NFS export of Coda to work someday, this needs to be fixed. - Remove unused getNewVnode. - Remove unused coda_vget, coda_init, coda_quotactl prototypes. END