drbd: fix potential activity log refcount imbalance in error path

It is no longer sufficient to trigger on local WRITE,
we need to check on (rq_state & RQ_IN_ACT_LOG)
before calling drbd_al_complete_io also in the error path.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Lars Ellenberg 2011-05-16 15:31:45 +02:00 коммит произвёл Philipp Reisner
Родитель d2e17807e3
Коммит 76727f684a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1033,7 +1033,7 @@ fail_conflicting:
err = 0;
fail_free_complete:
if (rw == WRITE && local)
if (req->rq_state & RQ_IN_ACT_LOG)
drbd_al_complete_io(mdev, sector);
fail_and_free_req:
if (local) {