Every time we modify ACLs we have to recompute ineligible host queues.  We can't do that by deleting the old ones and then writing the new ones, since there would be a moment when the hosts are unprotected.  So instead we write the new ones and then delete the old ones, which leaves a moment when there might be duplicate ineligible_host_queues.  This is harmless, but the scheduler was asserting that there were never duplicates (just for safety I guess, since that used to be true), so I removed the assertion and made the code handle duplicates.


git-svn-id: http://test.kernel.org/svn/autotest/trunk@1491 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed