Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 309f0b70 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Philipp Reisner
Browse files

drbd: Use more generic constant names



These constants are useful for the same purpose in more than one place.

Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
parent d659f2aa
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -113,10 +113,10 @@
#define DRBD_AL_EXTENTS_MAX  6433
#define DRBD_AL_EXTENTS_DEF  127

#define DRBD_RESYNC_AFTER_MIN  -1
#define DRBD_RESYNC_AFTER_MAX  (1<<30)
#define DRBD_RESYNC_AFTER_DEF  -1
#define DRBD_RESYNC_AFTER_SCALE '1'
#define DRBD_MINOR_NUMBER_MIN  -1
#define DRBD_MINOR_NUMBER_MAX  (1<<30)
#define DRBD_MINOR_NUMBER_DEF  -1
#define DRBD_MINOR_NUMBER_SCALE '1'

/* } */