drbd: drbd_init_ee() no longer exists
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
2735a59467
commit
e0ab6ad4bc
@ -2031,10 +2031,6 @@ void drbd_mdev_cleanup(struct drbd_conf *mdev)
|
||||
drbd_free_resources(mdev);
|
||||
clear_bit(AL_SUSPENDED, &mdev->flags);
|
||||
|
||||
/*
|
||||
* currently we drbd_init_ee only on module load, so
|
||||
* we may do drbd_release_ee only on module unload!
|
||||
*/
|
||||
D_ASSERT(list_empty(&mdev->active_ee));
|
||||
D_ASSERT(list_empty(&mdev->sync_ee));
|
||||
D_ASSERT(list_empty(&mdev->done_ee));
|
||||
|
@ -309,7 +309,6 @@ You need to hold the req_lock:
|
||||
You must not have the req_lock:
|
||||
drbd_free_ee()
|
||||
drbd_alloc_ee()
|
||||
drbd_init_ee()
|
||||
drbd_release_ee()
|
||||
drbd_ee_fix_bhs()
|
||||
drbd_process_done_ee()
|
||||
|
Loading…
Reference in New Issue
Block a user