Mir

Code review comment for lp:~kdub/mir/nbs-overallocation

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

+ if (current_swap_interval == interval)
+ return;

Should current_swap_interval be guarded by "mutex"?

If so, the lock is missing.

If not, then it is unclear which variables should be protected by "mutex".

review: Needs Fixing

« Back to merge proposal