Re: [PATCH] procfs: Fix procfs

2017-10-01 Thread Benoît Canet
Anyway qperf seems promising to benchmark stuff but I wonder if it's the right tools since it fork(). I will google a bit more to find something that does not fork(). 2017-10-01 16:24 GMT+02:00 Nadav Har'El : > > On Sun, Oct 1, 2017 at 5:12 PM, Benoît Canet com> wrote: > >> /proc/stat was in the

Re: [PATCH] procfs: Fix procfs

2017-10-01 Thread Nadav Har'El
On Sun, Oct 1, 2017 at 5:12 PM, Benoît Canet wrote: > /proc/stat was in the wrong place. > Move it. > > Signed-off-by: Benoît Canet > --- > fs/procfs/procfs_vnops.cc | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/fs/procfs/procfs_vnops.cc b/fs/procfs/procfs_vnops.cc

[PATCH] procfs: Fix procfs

2017-10-01 Thread Benoît Canet
/proc/stat was in the wrong place. Move it. Signed-off-by: Benoît Canet --- fs/procfs/procfs_vnops.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/procfs/procfs_vnops.cc b/fs/procfs/procfs_vnops.cc index dc66ff59..437f8302 100644 --- a/fs/procfs/procfs_vnops.cc +++ b/