git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d4a77
)
Btrfs: noinline the cluster searching functions
author
Josef Bacik
<josef@redhat.com>
Wed, 25 May 2011 17:07:37 +0000
(13:07 -0400)
committer
Josef Bacik
<josef@redhat.com>
Wed, 8 Jun 2011 19:08:30 +0000
(15:08 -0400)
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>
No differences found