summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-11-08 13:21:06 -0500
committerRobert Morris <[email protected]>2019-11-08 13:21:06 -0500
commitc98e1afe7996b639fd36285240e9171b4866fe9d (patch)
treee0bcf06a2d74be8444a64713875c3439a79160be /user
parent507028de9df94a1e93cdfcd3d1c19fc184d91f06 (diff)
downloadxv6-labs-c98e1afe7996b639fd36285240e9171b4866fe9d.tar.gz
xv6-labs-c98e1afe7996b639fd36285240e9171b4866fe9d.tar.bz2
xv6-labs-c98e1afe7996b639fd36285240e9171b4866fe9d.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);
}