From: Tejun Heo Date: Thu, 7 May 2009 13:24:35 +0000 (+0900) Subject: nbd: don't clear rq->sector and nr_sectors unnecessarily X-Git-Tag: v2.6.31-rc1~389^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d6979ab6747e758207e8ac861b96d0da0d3332;p=pandora-kernel.git nbd: don't clear rq->sector and nr_sectors unnecessarily There's no reason to clear rq->sector and nr_sectors after calling blk_rq_init(). They're guaranteed to be clear. Drop unnecessary clearing. [ Impact: cleanup ] Signed-off-by: Tejun Heo Cc: Paul Clements Signed-off-by: Jens Axboe --- Reading git-diff-tree failed