]> git.baikalelectronics.ru Git - kernel.git/commit
[LIB]: export radix_tree_preload()
authorDavid Chinner <dgc@sgi.com>
Sat, 14 Jul 2007 06:05:04 +0000 (16:05 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Sat, 14 Jul 2007 06:05:04 +0000 (16:05 +1000)
commit94e77723fa747c4ff42ffb07ea2d087d34959ff2
treee45e8134c4d3b8c9a80d652063aa296fc222f31d
parentcd31125b9d63f8a2f91b71e4c9db0431dae460a8
[LIB]: export radix_tree_preload()

XFS filestreams functionality uses radix trees and the preload
functions. XFS can be built as a module and hence we need
radix_tree_preload() exported. radix_tree_preload_end() is a
static inline, so it doesn't need exporting.

Signed-Off-By: Dave Chinner <dgc@sgi.com>
Signed-Off-By: Tim Shimmin <tes@sgi.com>
lib/radix-tree.c