Re: [PATCHv4 10/14] writeback: move bdi threads exiting logic to theforker thread

From: Christoph Hellwig
Date: Fri Jul 23 2010 - 12:23:18 EST


Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Maybe bdi_forker_thread can be cleaned up a bit more by introducing a

enum {
NO_ACTION,
START_THREAD,
KILL_THREAD,
} action;

and then do a switch based on it later?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/