Module Name: src Committed By: pooka Date: Wed Apr 14 13:58:51 UTC 2010
Modified Files: src/sys/kern: vnode_if.sh Log Message: Make rump vnode interface lightweight: the only things we really need are: 0) provide VOP_OP in the alternate RUMP_VOP_OP namespace and for each op: 1) schedule rump cpu 2) call VOP_OP 3) unschedule rump cpu While here, take the opportunity to get rid of _t lossage in the rump-exported interfaces. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/kern/vnode_if.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.