]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3d02f63364cf5f50db458d18d6618c1af6e9ac1
treebb2b0a07f070c1e0cd50b41962cedcccf8428fd8
parent3e0d308545ac1fa89b83bd3c06d242a7ffa07bb2
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