From: Jens Axboe Date: Tue, 7 Apr 2009 06:59:11 +0000 (+0200) Subject: block: remove unused REQ_UNPLUG X-Git-Tag: v2.6.30-rc1~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2385327725419a76cfbca7258abd95908b8ba9eb;p=pandora-kernel.git block: remove unused REQ_UNPLUG The request inherits the unplug flag from the bio, but it isn't actually used. The bio flag stops at __make_request(), which tells it to unplug after submission. Passing it on to the request doesn't make any sense. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed