K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-11-07T16:20:37.922406Z K 7 svn:log V 256 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(). END