Make "cache_name_pos()" available to others.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 16:26:55 +0000 (09:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 16:26:55 +0000 (09:26 -0700)
It finds the cache entry position for a given name, and is
generally useful. Sure, everybody can just scan the active
cache array, but since it's sorted, you actually want to
search it with a binary search, so let's not duplicate that
logic all over the place.

No differences found