]> Zhao Yanbai Git Server - minix.git/commitdiff
Leave out exit() that was in there to test RS.
authorBen Gras <ben@minix3.org>
Tue, 18 Oct 2005 10:04:11 +0000 (10:04 +0000)
committerBen Gras <ben@minix3.org>
Tue, 18 Oct 2005 10:04:11 +0000 (10:04 +0000)
drivers/log/log.c

index 2840767ecb3c04bd59bbe097abe0444e64c9fa25..591c9f66c118a7a212aef3a6b13df949d18d3c8e 100644 (file)
@@ -222,7 +222,6 @@ unsigned nr_req;            /* length of request vector */
   int accumulated_read = 0;
   struct logdevice *log;
   static int f;
-  if(f++ > 100) exit(0);
 
   if(log_device < 0 || log_device >= NR_DEVS)
        return EIO;