read /proc/self/mountinfo for mount info
authorZhang Qiang <qiang.z.zhang@intel.com>
Mon, 28 Jan 2013 21:35:34 +0000 (16:35 -0500)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 28 Jan 2013 22:15:40 +0000 (17:15 -0500)
commitb7e43ecc4e7d954f3dcf56b508f912944ae6255e
treef46742385fc6cd80bc1f2a496c83bbb531552852
parent7e4d20ea276e3898f02976f11e17c3fe1f164214
read /proc/self/mountinfo for mount info

the output of 'mount' command are differents for each distros(fedora/
openSUSE/ubuntu), but the format of /proc/self/mountinfo are the same,
and contains all info we need.

Change-Id: I428235b7a08ed666524c99d48a4645aa33663778
depanneur