On Thu, Dec 27, 2012 at 9:59 AM, Kent Overstreet <koverstr...@google.com> wrote: > - /* > - * This is so that aio_complete knows it doesn't need to > - * pull the iocb off the run list (We can't just call > - * INIT_LIST_HEAD because we don't want a kick_iocb to > - * queue this on the run list yet) > - */ > - iocb->ki_run_list.next = iocb->ki_run_list.prev = NULL;
The tricky, list.next = NULL, is erased here, but it is reused in one of the subsequent patches, why? Hillf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/