summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorLars Ellenberg <lars.ellenberg@linbit.com>2012-03-08 05:49:40 -0500
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-05-09 09:16:43 -0400
commita5d214f621d47ffb89d294838006d30869050297 (patch)
tree896682566dc23caf8b7b9ac4ee29c3c25df096bf /drivers/block
parent1abc2af205590b0e9c0a450f67ecb0df7b0f0b5d (diff)
drbd: remove some very outdated comments
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/drbd/drbd_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 2f3501169d68..fff8f790f79d 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -879,13 +879,6 @@ enum bm_flag {
879 /* clear is not expected while bitmap is locked for bulk operation */ 879 /* clear is not expected while bitmap is locked for bulk operation */
880}; 880};
881 881
882
883/* TODO sort members for performance
884 * MAYBE group them further */
885
886/* THINK maybe we actually want to use the default "event/%s" worker threads
887 * or similar in linux 2.6, which uses per cpu data and threads.
888 */
889struct drbd_work_queue { 882struct drbd_work_queue {
890 struct list_head q; 883 struct list_head q;
891 struct semaphore s; /* producers up it, worker down()s it */ 884 struct semaphore s; /* producers up it, worker down()s it */