Btrfs: remove search_start and search_end from find_free_extent and callers
authorJosef Bacik <josef@redhat.com>
Wed, 18 Jan 2012 15:56:06 +0000 (10:56 -0500)
committerChris Mason <chris.mason@oracle.com>
Mon, 26 Mar 2012 18:42:51 +0000 (14:42 -0400)
We have been passing nothing but (u64)-1 to find_free_extent for search_end in
all of the callers, so it's completely useless, and we've always been passing 0
in as search_start, so just remove them as function arguments and move
search_start into find_free_extent.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>

No differences found