Leave out exit() that was in there to test RS.
This commit is contained in:
		
							parent
							
								
									ee5940e097
								
							
						
					
					
						commit
						0830c99b56
					
				@ -222,7 +222,6 @@ unsigned nr_req;		/* length of request vector */
 | 
				
			|||||||
  int accumulated_read = 0;
 | 
					  int accumulated_read = 0;
 | 
				
			||||||
  struct logdevice *log;
 | 
					  struct logdevice *log;
 | 
				
			||||||
  static int f;
 | 
					  static int f;
 | 
				
			||||||
  if(f++ > 100) exit(0);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if(log_device < 0 || log_device >= NR_DEVS)
 | 
					  if(log_device < 0 || log_device >= NR_DEVS)
 | 
				
			||||||
  	return EIO;
 | 
					  	return EIO;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user