From: David Sterba Date: Mon, 29 Sep 2014 23:33:33 +0000 (+0200) Subject: btrfs: remove unlikely from data-dependent branches and slow paths X-Git-Tag: fixes-against-v3.18-rc2~120^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee39b432b4ac083acdafd7b4f156283722e3bf14;p=pandora-kernel.git btrfs: remove unlikely from data-dependent branches and slow paths There are the branch hints that obviously depend on the data being processed, the CPU predictor will do better job according to the actual load. It also does not make sense to use the hints in slow paths that do a lot of other operations like locking, waiting or IO. Signed-off-by: David Sterba --- Reading git-diff-tree failed