diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-06-06 10:16:44 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-08 10:57:44 -0500 |
commit | 789c1b626cb490acb36cf481b45040b324f60fde (patch) | |
tree | d6e987d28dd362362205682f5b4e2337bc92a067 /include/linux/drbd.h | |
parent | 67b58bf723b083d4776cd7c9959246ef46c0d36f (diff) |
drbd: Use the terminology suggested by the command names in the source code and messages
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index fedda00374af..161cd414b036 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -155,8 +155,8 @@ enum drbd_ret_code { | |||
155 | ERR_CONG_NOT_PROTO_A = 155, | 155 | ERR_CONG_NOT_PROTO_A = 155, |
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_RES_NOT_KNOWN = 158, |
159 | ERR_CONN_IN_USE = 159, | 159 | ERR_RES_IN_USE = 159, |
160 | ERR_MINOR_CONFIGURED = 160, | 160 | ERR_MINOR_CONFIGURED = 160, |
161 | ERR_MINOR_EXISTS = 161, | 161 | ERR_MINOR_EXISTS = 161, |
162 | ERR_INVALID_REQUEST = 162, | 162 | ERR_INVALID_REQUEST = 162, |