On Thu, May 19, 2016 at 10:54:39AM +0800, Qu Wenruo wrote: > Follow kernel code to return earlier for btrfs_previous_item() function. > > Before this patch, btrfs_previous_item() doesn't use its min_objectid to > exit, this makes caller to check key to exit, and if caller doesn't > check, it will iterate all previous item. > > This patch will check min_objectid and type, to early return and save > some time. > > Signed-off-by: Qu Wenruo <quwenruo@xxxxxxxxxxxxxx> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
