Btrfs: break up btrfs_search_slot into smaller pieces
authorChris Mason <chris.mason@oracle.com>
Fri, 3 Apr 2009 14:14:18 +0000 (10:14 -0400)
committerChris Mason <chris.mason@oracle.com>
Fri, 3 Apr 2009 14:14:18 +0000 (10:14 -0400)
commitc8c42864f6193638eed136e0243f426a0b7f4bc2
tree079f003794f005942af18f1e3943ea6965a85206
parent04018de5d41e6490840de9399e029fd30e78576f
Btrfs: break up btrfs_search_slot into smaller pieces

btrfs_search_slot was doing too many things at once.  This breaks
it up into more reasonable units.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.c