You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faster manager_process_barrier_fd and drop message if BARRIER=1 found
- This function is called for each message, and almost all of them will not
contain BARRIER=1. So 5 comparaisons are realized in previous code. Now only
one strstr is used.
- If BARRIER=1 is found, drop the message in all case. So always return true
when BARRIER=1 is found at the beginning of a new line
Follow up of systemd#15547
0 commit comments