aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-09-12 13:04:31 +0100
committerDavid Sterba <[email protected]>2023-10-12 16:44:07 +0200
commit4ebe8d478879c84a9e0c4f655cd8652fdbe239ac (patch)
treee26961a1ad3c7a8b86415c844c799704daea3e0f /tools/perf/scripts/python
parent20cbe4603518ed328b173246d936d6ac62ec2fcc (diff)
btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()
At btrfs_mark_buffer_dirty(), having a transaction id mismatch is never expected to happen and it usually means there's a bug or some memory corruption due to a bitflip for example. So mark the condition as unlikely to optimize code generation as well as to make it obvious for human readers that it is a very unexpected condition. Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions