From: Josef Bacik Date: Wed, 25 May 2011 17:07:37 +0000 (-0400) Subject: Btrfs: noinline the cluster searching functions X-Git-Tag: v3.0-rc3~9^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de85bb95cc50d0977cbb7a0c605e894be4c790d;p=pandora-kernel.git Btrfs: noinline the cluster searching functions When profiling the find cluster code it's hard to tell where we are spending our time because the bitmap and non-bitmap functions get inlined by the compiler, so make that not happen. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed