Home
last modified time | relevance | path

Searched hist:c0d19e2b9a521bbdc33049ad92c94b517afda1f0 (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dsuper.cdiff c0d19e2b9a521bbdc33049ad92c94b517afda1f0 Fri Apr 24 19:11:57 CEST 2015 David Sterba <dsterba@suse.cz> btrfs: add 'cold' compiler annotations to all error handling functions

The annotated functios will be placed into .text.unlikely section. The
annotation also hints compiler to move the code out of the hot paths,
and may implicitly mark if-statement leading to that block as unlikely.

This is a heuristic, the impact on the generated code is not
significant.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>