commit | 10732f5661fb7adf62e20733b0030fc0fc93b0c4 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Apr 23 11:05:18 2009 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 28 07:37:34 2009 +0200 |
tree | 4d3792fd76624671503513e727bd5de6bcaa2450 | |
parent | e4025f6c21f1389696c069be2dc647f364925c45 [diff] |
block: cleanup REQ_SOFTBARRIER usages blk_insert_request() doesn't need to worry about REQ_SOFTBARRIER. Don't set it. Combined with recent ide updates, REQ_SOFTBARRIER is now only used in elevator proper and for discard requests. [ Impact: cleanup ] Signed-off-by: Tejun Heo <tj@kernel.org>