kernel - Fix race in bio_track_wait()
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 18 Oct 2010 05:23:52 +0000 (22:23 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 18 Oct 2010 05:23:52 +0000 (22:23 -0700)
commitbbdc649987534d7086c8e92268a88704e6771fd8
treedafacb7891ec557c87a5c5b1945ec49d76bd66ea
parent5e6f1ca5638786e461bf6ef12bbce88f52fdabb1
kernel - Fix race in bio_track_wait()

* Remove an improper optimization prior to an atomic cmpset function call.
sys/kern/vfs_bio.c