commit | 844a6ae7358df3261daec25e0d3a510f3d4152f2 | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Fri Nov 22 12:52:03 2013 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Jul 10 18:35:12 2014 +0200 |
tree | acdc6130cc3ed831dc1f5987494a241c73e0b9fa | |
parent | e5f891b2234dbab8c8797111a61519d0728ef855 [diff] |
drbd: add lists to find oldest pending requests Adding requests to per-device fifo lists as soon as possible after allocating them leaves a simple list_first_entry_or_null() to find the oldest request, regardless what it is still waiting for. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>