allow more files

This commit is contained in:
Robert Morris 2019-11-08 13:21:06 -05:00
parent 507028de9d
commit c98e1afe79

View file

@ -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);
}