summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-11-08 13:21:06 -0500
committerFrans Kaashoek <[email protected]>2020-08-10 11:19:10 -0400
commit672217ae2a3d68b73b2229ab368979ef7790e28a (patch)
treee0bcf06a2d74be8444a64713875c3439a79160be /user
parentb62d4d412bf36eb445dd05cf80762ba8837de6ce (diff)
downloadxv6-labs-672217ae2a3d68b73b2229ab368979ef7790e28a.tar.gz
xv6-labs-672217ae2a3d68b73b2229ab368979ef7790e28a.tar.bz2
xv6-labs-672217ae2a3d68b73b2229ab368979ef7790e28a.zip
allow more files
Diffstat (limited to 'user')
-rw-r--r--user/grind.c2
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);
}