Project

General

Profile

Bug #9073 » debug-journal-header-3.diff

Mark Kirkwood, 08/18/2014 02:21 AM

View differences:

src/os/FileJournal.cc 2014-08-18 21:14:48.455113844 +1200
}
#ifdef HAVE_LIBAIO
if (aio) {
if (aio && !write_stop) {
Mutex::Locker locker(aio_lock);
// should we back off to limit aios in flight? try to do this
// adaptively so that we submit larger aios once we have lots of
......
}
#ifdef HAVE_LIBAIO
if (aio)
if (aio && !write_stop)
do_aio_write(bl);
else
do_write(bl);
(17-17/17)