From 0830c99b565fbf2485eafa3a779f4e09c13b782a Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 18 Oct 2005 10:04:11 +0000 Subject: [PATCH] Leave out exit() that was in there to test RS. --- drivers/log/log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/log/log.c b/drivers/log/log.c index 2840767ec..591c9f66c 100644 --- a/drivers/log/log.c +++ b/drivers/log/log.c @@ -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; -- 2.44.0