CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/07 23:27:46
Modified files:
sys/dev : vnd.c
Log message:
Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovec
structs and calling vn_lock+VOP_READ/WRITE+VOP_UNLOCK.
