commit | d7f0923d83dcabfc063257a281529cdbcd5eedb5 | [log] [tgz] |
---|---|---|
author | David Chinner <dgc@sgi.com> | Sat Jul 14 16:05:04 2007 +1000 |
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | Sat Jul 14 16:05:04 2007 +1000 |
tree | e45e8134c4d3b8c9a80d652063aa296fc222f31d | |
parent | faa63e9584df41020440756b8b90b7b63f95e4f6 [diff] |
[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>