[DRBD-cvs] user by phil; * Implemented the in-kernel-part of on-d...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Mon, 14 Jun 2004 14:54:23 +0200 (CEST)
DRBD CVS committal
Author : phil
Project : drbd
Module : user
Dir : drbd/user
Modified Files:
Tag: rel-0_7-branch
drbdsetup.c
Log Message:
* Implemented the in-kernel-part of on-disconnect = stand_allone.
* Commented out the "freeze_io" thing for now.
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/user/drbdsetup.c,v
retrieving revision 1.54.2.40
retrieving revision 1.54.2.41
diff -u -3 -r1.54.2.40 -r1.54.2.41
--- drbdsetup.c 9 Jun 2004 20:06:36 -0000 1.54.2.40
+++ drbdsetup.c 14 Jun 2004 12:54:18 -0000 1.54.2.41
@@ -177,7 +177,7 @@
const char *dh_names[] = {
[Reconnect] = "reconnect",
[DropNetConf] = "stand_alone",
- [FreezeIO] = "freeze_io"
+ // [FreezeIO] = "freeze_io" // TODO on the kernel side...
};
unsigned long resolv(const char* name)