On 10/14/22 20:23, Stephen Hemminger wrote:
Since f_quit is set in a signal handler it needs to be marked as volatile. Otherwise, compler is allowed
compler -> compiler
to optimize away access to it. Signed-off-by: Stephen Hemminger <[email protected]>
Reviewed-by: Andrew Rybchenko <[email protected]> I need non-RFC version to apply it.

