diff options
| -rw-r--r-- | user/grind.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/user/grind.c b/user/grind.c index 6203e57..14e2aae 100644 --- a/user/grind.c +++ b/user/grind.c @@ -214,7 +214,7 @@ go(int which_child)          printf("fstat reports wrong size %d\n", (int)st.size);          exit(1);        } -      if(st.ino > 50){ +      if(st.ino > 200){          printf("fstat reports crazy i-number %d\n", st.ino);          exit(1);        } | 
