From: Josef Bacik Date: Wed, 18 Jan 2012 15:56:06 +0000 (-0500) Subject: Btrfs: remove search_start and search_end from find_free_extent and callers X-Git-Tag: v3.4-rc1~22^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c9ad237c604adec79fd4d4034264c6669e0ab3;p=pandora-kernel.git Btrfs: remove search_start and search_end from find_free_extent and callers 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 --- Reading git-diff-tree failed