]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: annotate unlikely branches after V0 extent type removal
authorDavid Sterba <dsterba@suse.com>
Tue, 26 Jun 2018 14:20:59 +0000 (16:20 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:41 +0000 (13:12 +0200)
commit42f7cc25ed1929a9542c21741a4a640a208131d2
tree55eace14bd7e22ae9098354b101357d859c6b886
parent8476eae2d878334d10360017bcab9ec9f5a20cf2
btrfs: annotate unlikely branches after V0 extent type removal

The v0 extent type checks are the right case for the unlikely
annotations as we don't expect to ever see them, so let's give the
compiler some hint.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
fs/btrfs/print-tree.c
fs/btrfs/relocation.c