commit | 75509fd88fbd580c793780b0001c71c3510f2726 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sun May 24 12:49:04 2015 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Sat Jul 11 11:09:00 2015 -0500 |
tree | bb9f7f285f5db2a50cc7cfc1d87a369c9f7e4314 | |
parent | 77b1a97d218277d55a15016826d1fd79290f1df2 [diff] |
nsfs: Add a show_path method to fix mountinfo Today mountinfo displays a very unhelpful "/" for nsfs files. Add a show_path method returning the same string as ns_dname. This results in a bind mount of /proc/<pid>/ns/net showing up in /proc/<pid>/mountinfo as "net:[1234...]" instead of "/". Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>