From: Mike Marshall <hubcap@xxxxxxxxxxxx> "aio: don't zero entire aio_kiocb aio_get_req" triggered these BUG_ONs in orangefs file.c. Obviously the BUG_ONs need to go. There might be other filesystems that use iocb->private without failing in a way that is as obvious as BUG_ON, though I didn't see any with grep. After discussion on fsdevel, Jens Axboe suggested I should send in a patch that continues to set iocb->private to NULL just in case. Also... phooey on fighting gmail when trying to send patches with git-send-email... mail.kernel.org works great! -Mike