summaryrefslogtreecommitdiff
path: root/scripts/basic/Makefile
diff options
context:
space:
mode:
authorJosef Bacik <josef@redhat.com>2011-05-25 13:07:37 -0400
committerJosef Bacik <josef@redhat.com>2011-06-08 15:08:30 -0400
commit3de85bb95cc50d0977cbb7a0c605e894be4c790d (patch)
treebb2b0a07f070c1e0cd50b41962cedcccf8428fd8 /scripts/basic/Makefile
parent86d4a77ba3dc4ace238a0556541a41df2bd71d49 (diff)
downloadkernel-3de85bb95cc50d0977cbb7a0c605e894be4c790d.tar.gz
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>
Diffstat (limited to 'scripts/basic/Makefile')
0 files changed, 0 insertions, 0 deletions
pub/scm/linux/kernel/git/paulg/linux Pull cleanup of fs/ and lib/ users of module.h from Paul Gortmaker: "Fix up files in fs/ and lib/ dirs to only use module.h if they really need it. These are trivial in scope vs the work done previously. We now have things where any few remaining cleanups can be farmed out to arch or subsystem maintainers, and I have done so when possible. What is remaining here represents the bits that don't clearly lie within a single arch/subsystem boundary, like the fs dir and the lib dir. Some duplicate includes arising from overlapping fixes from independent subsystem maintainer submissions are also quashed." Fix up trivial conflicts due to clashes with other include file cleanups (including some due to the previous bug.h cleanup pull). * tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux: lib: reduce the use of module.h wherever possible fs: reduce the use of module.h wherever possible includecheck: delete any duplicate instances of module.h 2012-03-20vfs: take path_get_longterm() out of write_seqcount scopeAl Viro Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> 2012-03-20no need to play with fs->seq in exit_fs()Al Viro Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> 2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker For files only using THIS_MODULE and/or EXPORT_SYMBOL, map them onto including export.h -- or if the file isn't even using those, then just delete the include. Fix up any implicit include dependencies that were being masked by module.h along the way. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>