diff options
| author | Filipe Manana <fdmanana@suse.com> | 2023-09-12 13:04:31 +0100 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2023-10-12 16:44:07 +0200 |
| commit | 4ebe8d478879c84a9e0c4f655cd8652fdbe239ac (patch) | |
| tree | e26961a1ad3c7a8b86415c844c799704daea3e0f /net | |
| parent | 20cbe4603518ed328b173246d936d6ac62ec2fcc (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 <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions
