aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/drbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r--include/linux/drbd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h
index 7683b4ab6583..e192167e6145 100644
--- a/include/linux/drbd.h
+++ b/include/linux/drbd.h
@@ -156,6 +156,9 @@ enum drbd_ret_code {
156 ERR_PIC_AFTER_DEP = 156, 156 ERR_PIC_AFTER_DEP = 156,
157 ERR_PIC_PEER_DEP = 157, 157 ERR_PIC_PEER_DEP = 157,
158 ERR_CONN_NOT_KNOWN = 158, 158 ERR_CONN_NOT_KNOWN = 158,
159 ERR_CONN_IN_USE = 159,
160 ERR_MINOR_CONFIGURED = 160,
161 ERR_MINOR_EXISTS = 161,
159 162
160 /* insert new ones above this line */ 163 /* insert new ones above this line */
161 AFTER_LAST_ERR_CODE 164 AFTER_LAST_ERR_CODE