HomeFreeBSD

MFC 366296: Avoid a dubious assignment to bio_data in aio_qbio().

Description

MFC 366296: Avoid a dubious assignment to bio_data in aio_qbio().

A user pointer is not a suitable value for bio_data and the next block
of code always overwrites bio_data anyway. Just use cb->aio_buf
directly in the call to vm_fault_quick_hold_pages().

Details

Provenance
jhbAuthored on
Parents
rS367448: vt: resolve conflict between VT_ALT_TO_ESC_HACK and DBG
Branches
Unknown
Tags
Unknown