commit | dac1389ccc273b5486f2931c64c8e1672f233727 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Fri Jan 21 17:18:39 2011 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Mon Aug 29 11:26:31 2011 +0200 |
tree | 51c0c5e5886928edbc7c9b8b5afa33d95698c507 | |
parent | de696716e8c40475d259fb49b3876ca0d9415970 [diff] |
drbd: Add read_requests tree We do not do collision detection for read requests, but we still need to look up the request objects when we receive a package over the network. Using the same data structure for read and write requests results in simpler code once the tl_hash and app_reads_hash tables are removed. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>