CVSROOT:        /cvs
Module name:    src
Changes by:     matt...@cvs.openbsd.org 2011/07/05 04:04:27

Modified files:
        sys/kern       : kern_physio.c 

Log message:
If uvm_vslock_device() fails, just exit the loop.  None of the
after_unlock code is needed if this happens, and running it was even
wrong because we weren't setting b_resid, so uio_offset (and higher
up, f_offset) would be incorrectly adjusted.

Discussed with deraadt@.

Reply via email to