From 672217ae2a3d68b73b2229ab368979ef7790e28a Mon Sep 17 00:00:00 2001
From: Robert Morris <rtm@csail.mit.edu>
Date: Fri, 8 Nov 2019 13:21:06 -0500
Subject: [PATCH] allow more files

---
 user/grind.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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