]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drbd: Remove unused variable in struct drbd_conf
authorAndreas Gruenbacher <agruen@linbit.com>
Fri, 4 Feb 2011 14:10:57 +0000 (15:10 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Wed, 28 Sep 2011 08:26:37 +0000 (10:26 +0200)
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_int.h

index 7fcda713714f4abe9b736774ccb0a885aac24a37..768656a1e82c11c14e444457f63f2545a114ad2c 100644 (file)
@@ -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 */