[DRBD-cvs] r1929 - branches/drbd-0.6/drbd

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Thu Aug 25 17:09:27 CEST 2005


Author: lars
Date: 2005-08-25 17:09:27 +0200 (Thu, 25 Aug 2005)
New Revision: 1929

Modified:
   branches/drbd-0.6/drbd/drbd_int.h
Log:

and declaration of disable_io_hints , now that it is use in drbd_receiver.c, too



Modified: branches/drbd-0.6/drbd/drbd_int.h
===================================================================
--- branches/drbd-0.6/drbd/drbd_int.h	2005-08-25 15:05:59 UTC (rev 1928)
+++ branches/drbd-0.6/drbd/drbd_int.h	2005-08-25 15:09:27 UTC (rev 1929)
@@ -47,6 +47,9 @@
 #include <linux/completion.h>
 #endif
 
+// module parameter defined in drbd_main.c
+extern int disable_io_hints;
+
 /* Using the major_nr of the network block device
    prevents us from deadlocking with no request entries
    left on all_requests...



More information about the drbd-cvs mailing list