commit | 70dc65e1b3453c5b78ab8ec6bfb604aee7038ae3 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Tue Dec 21 14:46:57 2010 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Mon Aug 29 11:26:58 2011 +0200 |
tree | e273fbfd2fa4dbd4a421d236a23f5261e958ccd8 | |
parent | 841ce241fa355048f66172a47e356bb6e9159c9d [diff] |
drbd: Remove some useless paranoia code The open_cnt check is an open-coded D_ASSERT() check. In case the data.work queue is not empty, it does not really help to know which drbd_work elements remained on that list: they will be freed immediately afterwards, anyway. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>