提交 0bb70bf6 编写于 作者: L Lars Ellenberg 提交者: Philipp Reisner

drbd: remove outdated comment and dead code

Signed-off-by: NPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
上级 c36c3ced
...@@ -858,10 +858,6 @@ struct drbd_bitmap; /* opaque for drbd_conf */ ...@@ -858,10 +858,6 @@ struct drbd_bitmap; /* opaque for drbd_conf */
/* THINK maybe we actually want to use the default "event/%s" worker threads /* 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. * or similar in linux 2.6, which uses per cpu data and threads.
*
* To be general, this might need a spin_lock member.
* For now, please use the mdev->req_lock to protect list_head,
* see drbd_queue_work below.
*/ */
struct drbd_work_queue { struct drbd_work_queue {
struct list_head q; struct list_head q;
...@@ -1894,13 +1890,6 @@ static inline sector_t drbd_md_ss__(struct drbd_conf *mdev, ...@@ -1894,13 +1890,6 @@ static inline sector_t drbd_md_ss__(struct drbd_conf *mdev,
} }
} }
static inline void
_drbd_queue_work(struct drbd_work_queue *q, struct drbd_work *w)
{
list_add_tail(&w->list, &q->q);
up(&q->s);
}
static inline void static inline void
drbd_queue_work_front(struct drbd_work_queue *q, struct drbd_work *w) drbd_queue_work_front(struct drbd_work_queue *q, struct drbd_work *w)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册