Hello all, I've been going through the drivers/block code (almost done) and noticed the use of, eg.: set_current_state(TASK_RUNNING); and also current->state = TASK_RUNNING; Which one is most recent, and is there a suggestion on which one to use? -Frank - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: set_current_state() vs current->state Frank Davis
- Re: set_current_state() vs current->state Andrea Arcangeli
- Re: set_current_state() vs current->state Manfred