diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2010-08-25 04:47:17 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2010-10-23 07:02:34 -0400 |
commit | 650789c87f16dcdf1dd0a67ac7461b7537534855 (patch) | |
tree | 47e8ffc3b45542fd4d447a8c902b977c108fc00f /drivers/block/drbd/drbd_int.h | |
parent | a8a4e51e6965db84d2af041370ea2ab6232aa4f1 (diff) |
drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 575bfba1b0da..0c527d281622 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h | |||
@@ -832,7 +832,6 @@ enum { | |||
832 | * Gets cleared when the state.conn | 832 | * Gets cleared when the state.conn |
833 | * goes into C_CONNECTED state. */ | 833 | * goes into C_CONNECTED state. */ |
834 | WRITE_BM_AFTER_RESYNC, /* A kmalloc() during resync failed */ | 834 | WRITE_BM_AFTER_RESYNC, /* A kmalloc() during resync failed */ |
835 | NO_BARRIER_SUPP, /* underlying block device doesn't implement barriers */ | ||
836 | CONSIDER_RESYNC, | 835 | CONSIDER_RESYNC, |
837 | 836 | ||
838 | MD_NO_FUA, /* Users wants us to not use FUA/FLUSH on meta data dev */ | 837 | MD_NO_FUA, /* Users wants us to not use FUA/FLUSH on meta data dev */ |