K 10 svn:author V 3 mav K 8 svn:date V 27 2014-10-19T08:47:27.913381Z K 7 svn:log V 219 MFC r273143: Remove setting BIO_DONE flag for BIOs that have done() method. This fixes use-after-free, caused by geom_disk, completing same BIO twice to save extra allocation, and getting BIO_DONE set after the first. END