]> Zhao Yanbai Git Server - minix.git/commitdiff
libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc)
authorDavid van Moolenbroek <david@minix3.org>
Thu, 31 Mar 2011 16:23:00 +0000 (16:23 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 31 Mar 2011 16:23:00 +0000 (16:23 +0000)
lib/libvtreefs/table.c

index 5ab965e75a31bba2335455d741e144b9518b3060..9d81a8d266cecc776ab3cc55b0de4234fd312364 100644 (file)
@@ -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         */