From b9ed7080d7d29112c898c64bad778b84eec0ed2d Mon Sep 17 00:00:00 2001 From: Lars Ellenberg Date: Wed, 23 Apr 2014 12:15:35 +0200 Subject: [PATCH] drbd: consistently use list_add_tail for peer_request tracking Keep the epoch entry lists (active_ee, read_ee, sync_ee, ...) consistently "oldest first". That way finding the oldest not yet successfully processed request is simply list_first_entry_or_null. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-format-patch failed