DevinLeamy commented on code in PR #464:
URL: https://github.com/apache/mesos/pull/464#discussion_r1455935836


##########
src/slave/containerizer/mesos/isolators/xfs/disk.cpp:
##########
@@ -223,14 +224,16 @@ XfsDiskIsolatorProcess::XfsDiskIsolatorProcess(
     xfs::QuotaPolicy _quotaPolicy,
     const std::string& _workDir,
     const IntervalSet<prid_t>& projectIds,
-    Duration _projectWatchInterval)
+    Duration _projectWatchInterval,
+    const Bytes& _quotaHeadroom)

Review Comment:
   I see no reason. As you point out, `Bytes` is small so I've updated the 
argument to pass by value. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to