[lxc-devel] [PATCH] Fix parsing /proc/self/mounts in lxc-{ls, netstat, ps}

2012-05-31 Thread Ryota Ozaki
The original code assumes that 1st column is mount type, however, 3rd column is really mount type. Fix it. Signed-off-by: Ryota Ozaki --- src/lxc/lxc-ls.in |2 +- src/lxc/lxc-netstat.in |2 +- src/lxc/lxc-ps.in |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff -

Re: [lxc-devel] [PATCH] Fix parsing /proc/self/mounts in lxc-{ls, netstat, ps}

2012-05-31 Thread Serge Hallyn
Quoting Ryota Ozaki (ozaki.ry...@gmail.com): > The original code assumes that 1st column is mount type, > however, 3rd column is really mount type. Fix it. > > Signed-off-by: Ryota Ozaki As the person probably responsible for that mistake, Acked-by: Serge Hallyn > --- > src/lxc/lxc-ls.in