diff options
author | Robert Morris <[email protected]> | 2019-11-08 13:21:06 -0500 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2020-08-10 11:19:10 -0400 |
commit | 672217ae2a3d68b73b2229ab368979ef7790e28a (patch) | |
tree | e0bcf06a2d74be8444a64713875c3439a79160be /user/grind.c | |
parent | b62d4d412bf36eb445dd05cf80762ba8837de6ce (diff) | |
download | xv6-labs-672217ae2a3d68b73b2229ab368979ef7790e28a.tar.gz xv6-labs-672217ae2a3d68b73b2229ab368979ef7790e28a.tar.bz2 xv6-labs-672217ae2a3d68b73b2229ab368979ef7790e28a.zip |
allow more files
Diffstat (limited to 'user/grind.c')
-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); } |