sys: export MountInfo in procfs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-14 14:56:03 +01:00
parent 775c96f934
commit 4e27ec9eb1

View File

@ -16,6 +16,8 @@ use proxmox_tools::fs::file_read_firstline;
use proxmox_tools::parse::hex_nibble;
pub mod mountinfo;
#[doc(inline)]
pub use mountinfo::MountInfo;
/// POSIX sysconf call
pub fn sysconf(name: i32) -> i64 {