K 10 svn:author V 3 kib K 8 svn:date V 27 2012-05-10T10:02:56.745976Z K 7 svn:log V 319 MFC r234952: Mark the migrating callouts with CALLOUT_DFRMIGRATION flag. The flag is cleared by callout_stop_safe() when the function detects a migration, besides returning the success. The softclock() rechecks the flag for migrating callout and cancels its execution if the flag was cleared meantime. PR: misc/166340 END