aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2011-01-25 09:43:39 -0500
committerPhilipp Reisner <philipp.reisner@linbit.com>2011-08-29 05:26:56 -0400
commite77a0a5cc1e6961f485b5623ef42f3b910969675 (patch)
treec80df69e4e3d4a04814d2732cd88e647326d8252 /drivers/block/drbd/drbd_int.h
parent8554df1c6d3bb7686b39ed775772f507fa857c19 (diff)
drbd: Convert all constants in enum drbd_thread_state to upper case
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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 6099c667b634..1cf9c0954906 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -649,10 +649,10 @@ union p_polymorph {
649 649
650/**********************************************************************/ 650/**********************************************************************/
651enum drbd_thread_state { 651enum drbd_thread_state {
652 None, 652 NONE,
653 Running, 653 RUNNING,
654 Exiting, 654 EXITING,
655 Restarting 655 RESTARTING
656}; 656};
657 657
658struct drbd_thread { 658struct drbd_thread {