K 10 svn:author V 3 mav K 8 svn:date V 27 2014-10-20T07:15:04.795709Z K 7 svn:log V 262 MFS10 r273272 (r273143 in head): 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. Approved by: re (hrs) END