From 53ad9d83b964381b822ed2095d7246501867cb47 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Thu, 31 Mar 2011 16:23:00 +0000 Subject: [PATCH] libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc) --- lib/libvtreefs/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.44.0