summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorPhilipp Reisner2011-03-15 10:25:18 +0100
committerPhilipp Reisner2012-05-09 10:15:28 +0200
commit6d7e32f56806ad58006720ed98a433b2047444da (patch)
tree3b4231bb929e0381ab69ede1204d622b08fea176 /drivers/block/drbd/drbd_int.h
parentdrbd: Improve compatibility with drbd's older than 8.3.7 (diff)
downloadkernel-qcow2-linux-6d7e32f56806ad58006720ed98a433b2047444da.tar.gz
kernel-qcow2-linux-6d7e32f56806ad58006720ed98a433b2047444da.tar.xz
kernel-qcow2-linux-6d7e32f56806ad58006720ed98a433b2047444da.zip
drbd: Keep a reference to barrier acked requests
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r--drivers/block/drbd/drbd_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 2be057b8f568..5bb5114dd23c 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -1022,6 +1022,7 @@ struct drbd_conf {
struct drbd_tl_epoch *newest_tle;
struct drbd_tl_epoch *oldest_tle;
struct list_head out_of_sequence_requests;
+ struct list_head barrier_acked_requests;
struct hlist_head *tl_hash;
unsigned int tl_hash_s;