kernel - Fix bug in biowait()
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 29 Mar 2010 20:24:50 +0000 (13:24 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 29 Mar 2010 20:24:50 +0000 (13:24 -0700)
commit29aa961acc9a58b639bba30d15685106d51e1265
treec1ded40eebe834abb510f1e32609b62b8619de12
parent63c2ac5e57ba6dd86c3543e639c1e6587847f9f8
kernel - Fix bug in biowait()

* biowait() was assuming the bio would be done after tsleep returns but
  in fact we have to loop and check again.
sys/kern/vfs_bio.c