From: David van Moolenbroek Date: Thu, 31 Mar 2011 16:23:00 +0000 (+0000) Subject: libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc) X-Git-Tag: v3.2.0~598 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch10.html?a=commitdiff_plain;h=53ad9d83b964381b822ed2095d7246501867cb47;p=minix.git libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc) --- diff --git a/lib/libvtreefs/table.c b/lib/libvtreefs/table.c index 5ab965e75..9d81a8d26 100644 --- a/lib/libvtreefs/table.c +++ b/lib/libvtreefs/table.c @@ -11,7 +11,7 @@ PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = { no_sys, /* 4 ftrunc */ no_sys, /* 5 chown */ no_sys, /* 6 chmod */ - no_sys, /* 7 inhibread */ + do_noop, /* 7 inhibread */ fs_stat, /* 8 stat */ no_sys, /* 9 utime */ fs_fstatfs, /* 10 fstatfs */