libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc)

This commit is contained in:
David van Moolenbroek 2011-03-31 16:23:00 +00:00
parent 8a925dcf90
commit 53ad9d83b9

View File

@ -11,7 +11,7 @@ PUBLIC _PROTOTYPE (int (*fs_call_vec[]), (void) ) = {
no_sys, /* 4 ftrunc */ no_sys, /* 4 ftrunc */
no_sys, /* 5 chown */ no_sys, /* 5 chown */
no_sys, /* 6 chmod */ no_sys, /* 6 chmod */
no_sys, /* 7 inhibread */ do_noop, /* 7 inhibread */
fs_stat, /* 8 stat */ fs_stat, /* 8 stat */
no_sys, /* 9 utime */ no_sys, /* 9 utime */
fs_fstatfs, /* 10 fstatfs */ fs_fstatfs, /* 10 fstatfs */