From: Martin K. Petersen Date: Fri, 26 Feb 2010 05:20:38 +0000 (-0500) Subject: block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors X-Git-Tag: v2.6.34-rc1~242^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086fa5ff0854c676ec333760f4c0154b3b242616;p=pandora-kernel.git block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors The block layer calling convention is blk_queue_. blk_queue_max_sectors predates this practice, leading to some confusion. Rename the function to appropriately reflect that its intended use is to set max_hw_sectors. Also introduce a temporary wrapper for backwards compability. This can be removed after the merge window is closed. Signed-off-by: Martin K. Petersen Signed-off-by: Jens Axboe --- Reading git-diff-tree failed