Btrfs: noinline the cluster searching functions
authorJosef Bacik <josef@redhat.com>
Wed, 25 May 2011 17:07:37 +0000 (13:07 -0400)
committerJosef Bacik <josef@redhat.com>
Wed, 8 Jun 2011 19:08:30 +0000 (15:08 -0400)
commit3de85bb95cc50d0977cbb7a0c605e894be4c790d
treebb2b0a07f070c1e0cd50b41962cedcccf8428fd8
parent86d4a77ba3dc4ace238a0556541a41df2bd71d49
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 <josef@redhat.com>
fs/btrfs/free-space-cache.c