summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_req.h
diff options
context:
space:
mode:
authorPhilipp Reisner2014-04-28 18:43:14 +0200
committerJens Axboe2014-04-30 21:46:54 +0200
commitd40e567149c7ac250344d1537261c87b2c3e852c (patch)
tree83274d16f32c17896be811d0036784e933e99dd4 /drivers/block/drbd/drbd_req.h
parentdrbd: Leave IO suspended if the fence handler find the peer primary (diff)
downloadkernel-qcow2-linux-d40e567149c7ac250344d1537261c87b2c3e852c.tar.gz
kernel-qcow2-linux-d40e567149c7ac250344d1537261c87b2c3e852c.tar.xz
kernel-qcow2-linux-d40e567149c7ac250344d1537261c87b2c3e852c.zip
drbd: Remove drbd_wrappers.h
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/drbd/drbd_req.h')
-rw-r--r--drivers/block/drbd/drbd_req.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_req.h b/drivers/block/drbd/drbd_req.h
index c684c963538e..07cc8e8a6e2a 100644
--- a/drivers/block/drbd/drbd_req.h
+++ b/drivers/block/drbd/drbd_req.h
@@ -30,7 +30,6 @@
#include <linux/slab.h>
#include <linux/drbd.h>
#include "drbd_int.h"
-#include "drbd_wrappers.h"
/* The request callbacks will be called in irq context by the IDE drivers,
and in Softirqs/Tasklets/BH context by the SCSI drivers,