CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/07 23:11:21
Modified files: sys/dev : vnd.c Log message: Validate DISKUNIT(dev) in vndstrategy() like we do in other xxstrategy() methods, and punt in validating it in vndread() and vndwrite() (also like we do in other xx{read,write}() methods...).