From: Jens Axboe Date: Tue, 26 Aug 2008 11:34:34 +0000 (+0200) Subject: block: don't use bio_has_data() in the completion path X-Git-Tag: v2.6.28-rc1~733^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605401618ce4409045bc4db86e88d4b38f2ad585;p=pandora-kernel.git block: don't use bio_has_data() in the completion path We should just check for rq->bio, as that is really the information we are looking for. Even if the bio attached doesn't carry data, we still need to do IO post processing on it. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed