You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/08/20 21:22:35 UTC

mesos git commit: Removed a stale comment in devices cgroup subsystem.

Repository: mesos
Updated Branches:
  refs/heads/master 67c36f6f9 -> 75416aaf5


Removed a stale comment in devices cgroup subsystem.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/75416aaf
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/75416aaf
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/75416aaf

Branch: refs/heads/master
Commit: 75416aaf524c1eb20fd451c47b90bac2d0ed3df9
Parents: 67c36f6
Author: Jie Yu <yu...@gmail.com>
Authored: Sat Aug 20 14:22:28 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Sat Aug 20 14:22:28 2016 -0700

----------------------------------------------------------------------
 .../containerizer/mesos/isolators/cgroups/subsystems/devices.cpp    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/75416aaf/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp b/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
index 0e83aa1..3b25df2 100644
--- a/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
+++ b/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
@@ -150,7 +150,6 @@ Future<Nothing> DevicesSubsystem::prepare(const ContainerID& containerId)
 
 Future<Nothing> DevicesSubsystem::cleanup(const ContainerID& containerId)
 {
-  // Multiple calls may occur during test clean up.
   if (!containerIds.contains(containerId)) {
     return Failure("Unknown container");
   }