----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31897/ -----------------------------------------------------------
(Updated March 10, 2015, 1:49 p.m.) Review request for mesos and Jie Yu. Changes ------- Addressed comments from Jie and Tim. Also, changed the interface to read the mount info table: because the table is pid specific it now takes an Option<pid_t>, if None() then it's the mountinfo for the caller, i.e., pid = "self". Repository: mesos Description ------- Entries in this table include information on mount propagation. Diffs (updated) ----- src/linux/fs.hpp ac8b5f416dae0a9388a3839b6f078abdcd42edae src/linux/fs.cpp b01d14c3a1b296566b2b17a7f540097bd7cc53dd src/tests/fs_tests.cpp 39d212f6271c0b108f08562e3f0e8710d7165aa7 Diff: https://reviews.apache.org/r/31897/diff/ Testing ------- Added two tests to verify the parsing. Thanks, Ian Downes
