mirror of
https://github.com/torvalds/linux.git
synced 2026-05-08 16:25:45 -04:00
patch 'break out of polling loop on error' caused a minor performance regression on my machine: recover that performance by adding a bunch of unlikely annotations in the error handling. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>