Repository: mesos Updated Branches: refs/heads/master 0d87ec198 -> 285cf3d7d
Minor comment fix. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/285cf3d7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/285cf3d7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/285cf3d7 Branch: refs/heads/master Commit: 285cf3d7d80b3f490d6856e4e897225e45e08d03 Parents: 0d87ec1 Author: Jiang Yan Xu <[email protected]> Authored: Fri Aug 28 01:21:59 2015 -0700 Committer: Jiang Yan Xu <[email protected]> Committed: Fri Aug 28 02:04:43 2015 -0700 ---------------------------------------------------------------------- src/slave/containerizer/isolators/filesystem/linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/285cf3d7/src/slave/containerizer/isolators/filesystem/linux.cpp ---------------------------------------------------------------------- diff --git a/src/slave/containerizer/isolators/filesystem/linux.cpp b/src/slave/containerizer/isolators/filesystem/linux.cpp index 4ff1c46..0970b3d 100644 --- a/src/slave/containerizer/isolators/filesystem/linux.cpp +++ b/src/slave/containerizer/isolators/filesystem/linux.cpp @@ -690,7 +690,7 @@ Future<Nothing> LinuxFilesystemIsolatorProcess::cleanup( infos.erase(containerId); - // Destroy the provisioned root filesystem. + // Destroy the provisioned root filesystems. list<Future<bool>> futures; foreachvalue (const Owned<Provisioner>& provisioner, provisioners) { futures.push_back(provisioner->destroy(containerId));
