From: Jens Axboe Date: Tue, 19 Dec 2006 07:27:31 +0000 (+0100) Subject: [PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requests X-Git-Tag: v2.6.20-rc2~79^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2985259b0e3928d4cd0723ac5aad0d1190ab7717;p=pandora-kernel.git [PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requests It's a file system thing, for block requests the only size used in the io paths is ->data_len as it is in bytes, not sectors. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed