aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPhilipp Reisner <[email protected]>2011-03-14 11:54:47 +0100
committerPhilipp Reisner <[email protected]>2012-05-09 15:10:38 +0200
commit02ee8f95fadf7c94b3d28df436a095152f6392b2 (patch)
tree14ae2da3dc302a7f061023d9ed0eab3c790ae458 /include/linux
parent5ca1de0384dafe843de10fed843de26de740bca1 (diff)
drbd: Force flag for the detach operation
Signed-off-by: Philipp Reisner <[email protected]> Signed-off-by: Lars Ellenberg <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/drbd_nl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/drbd_nl.h b/include/linux/drbd_nl.h
index ab6159e4fcf0..7203c9ead233 100644
--- a/include/linux/drbd_nl.h
+++ b/include/linux/drbd_nl.h
@@ -33,7 +33,9 @@ NL_PACKET(disk_conf, 3,
NL_BIT( 58, T_MAY_IGNORE, no_disk_drain)
)
-NL_PACKET(detach, 4, )
+NL_PACKET(detach, 4,
+ NL_BIT( 88, T_MANDATORY, detach_force)
+)
NL_PACKET(net_conf, 5,
NL_STRING( 8, T_MANDATORY, my_addr, 128)