From: Lars Ellenberg Date: Mon, 26 Mar 2012 14:22:06 +0000 (+0200) Subject: drbd: remove some very outdated comments X-Git-Tag: v3.8-rc1~78^2~18^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e44d71f36c4e19ee08c70d466cdcf6ae56fbbefd;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git drbd: remove some very outdated comments Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 5342158..c5c44d9 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -727,13 +727,6 @@ enum bm_flag { /* clear is not expected while bitmap is locked for bulk operation */ }; - -/* TODO sort members for performance - * MAYBE group them further */ - -/* THINK maybe we actually want to use the default "event/%s" worker threads - * or similar in linux 2.6, which uses per cpu data and threads. - */ struct drbd_work_queue { struct list_head q; struct semaphore s; /* producers up it, worker down()s it */