From: Christoph Hellwig Date: Fri, 4 Oct 2013 13:49:11 +0000 (-0700) Subject: block: remove request ref_count X-Git-Tag: v3.13-rc1~101^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fe07d040626de7b72244bf6de889c2e0f5aea3;p=pandora-kernel.git block: remove request ref_count This reference count has been around since before git history, but the only place where it's used is in blk_execute_rq, and ther it is entirely useless as it is incremented before submitting the request and decremented in the end_io handler before waking up the submitter thread. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed