Oleg Nesterov [[email protected]] wrote: | Or, we can do | | if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && | handler == SIG_DFL) | return 1; | return sig_handler_ignored(handler, sig); | | because sig_handler_ignored() checks SIG_IGN too.
Yes it more optimal. I will change. _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
