diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-03-26 18:22:06 +0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-08 19:58:20 +0400 |
commit | e44d71f36c4e19ee08c70d466cdcf6ae56fbbefd (patch) | |
tree | 1ec6f098cd075c73248fbfbe248c7ad00f48ec51 /drivers/block/drbd/drbd_int.h | |
parent | 9dab3842b5bfffc20135ea56f147e5fe2857be40 (diff) | |
download | linux-e44d71f36c4e19ee08c70d466cdcf6ae56fbbefd.tar.xz |
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/drbd/drbd_int.h')
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 534215885cb4..c5c44d974ee5 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 */ |