block: remove unused REQ_UNPLUG
authorJens Axboe <jens.axboe@oracle.com>
Tue, 7 Apr 2009 06:59:11 +0000 (08:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 7 Apr 2009 06:59:11 +0000 (08:59 +0200)
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 <jens.axboe@oracle.com>

No differences found