Commit cb3540e0 authored by Eric Sandeen's avatar Eric Sandeen Committed by Stephen Lord

[XFS] Turn on random() if INDUCE_IO_ERROR is defined

SGI Modid: 2.5.x-xfs:slinx:141200a
parent 8329cba6
...@@ -55,7 +55,7 @@ assfail(char *a, char *f, int l) ...@@ -55,7 +55,7 @@ assfail(char *a, char *f, int l)
BUG(); BUG();
} }
#ifdef DEBUG #if (defined(DEBUG) || defined(INDUCE_IO_ERRROR))
unsigned long unsigned long
random(void) random(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment