diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2010-12-07 19:06:16 -0500 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-10 05:36:18 -0500 |
commit | c8b325632f0e5ffdaeca3d1f3be77c9399316a40 (patch) | |
tree | 3b86d7a6a9b180e05a78c89d9a83ca1b93aa5cbe /include | |
parent | 116676ca621a862a8124969772f4dd61c8b40eee (diff) |
drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include')
-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 d92f989036c9..d10431fab004 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -270,7 +270,7 @@ union drbd_state { | |||
270 | unsigned int i; | 270 | unsigned int i; |
271 | }; | 271 | }; |
272 | 272 | ||
273 | enum drbd_state_ret_codes { | 273 | enum drbd_state_rv { |
274 | SS_CW_NO_NEED = 4, | 274 | SS_CW_NO_NEED = 4, |
275 | SS_CW_SUCCESS = 3, | 275 | SS_CW_SUCCESS = 3, |
276 | SS_NOTHING_TO_DO = 2, | 276 | SS_NOTHING_TO_DO = 2, |
@@ -301,7 +301,7 @@ enum drbd_state_ret_codes { | |||
301 | extern const char *drbd_conn_str(enum drbd_conns); | 301 | extern const char *drbd_conn_str(enum drbd_conns); |
302 | extern const char *drbd_role_str(enum drbd_role); | 302 | extern const char *drbd_role_str(enum drbd_role); |
303 | extern const char *drbd_disk_str(enum drbd_disk_state); | 303 | extern const char *drbd_disk_str(enum drbd_disk_state); |
304 | extern const char *drbd_set_st_err_str(enum drbd_state_ret_codes); | 304 | extern const char *drbd_set_st_err_str(enum drbd_state_rv); |
305 | 305 | ||
306 | #define SHARED_SECRET_MAX 64 | 306 | #define SHARED_SECRET_MAX 64 |
307 | 307 | ||