commit | b406777e6496de346e8ee12fa64e1fe0adc02a78 | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Tue Jan 24 16:58:11 2012 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:58:36 2012 +0100 |
tree | 8768b007631a8f2e57639bb1f80b158cfa49af3a | |
parent | 5df69ece6e93cfd4e09b14bf32bd101df6cbde38 [diff] |
drbd: introduce completion_ref and kref to struct drbd_request cherry-picked and adapted from drbd 9 devel branch completion_ref will count pending events necessary for completion. kref is for destruction. This only introduces these new members of struct drbd_request, a followup patch will make actual use of them. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>