From: Andreas Gruenbacher Date: Fri, 4 Feb 2011 14:10:57 +0000 (+0100) Subject: drbd: Remove unused variable in struct drbd_conf X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c6f7df42c9ceddc5ef582f6044b15e50e6eeb053;p=linux.git drbd: Remove unused variable in struct drbd_conf Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 7fcda713714f4..768656a1e82c1 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -1045,9 +1045,6 @@ struct drbd_conf { struct list_head read_ee; /* IO in progress (any read) */ struct list_head net_ee; /* zero-copy network send in progress */ - /* this one is protected by ee_lock, single thread */ - struct drbd_epoch_entry *last_write_w_barrier; - int next_barrier_nr; struct list_head resync_reads; atomic_t pp_in_use; /* allocated from page pool */