commit | 17fe95f4605c3a2ec3df763876e3abf2eca790a7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Apr 12 15:45:39 2016 -0600 |
committer | Jens Axboe <axboe@fb.com> | Tue Apr 12 16:00:39 2016 -0600 |
tree | d88cd1166a3ba37adec53f100da4728a6222e23f | |
parent | 21d0727f639e4ba2bd194b2eb9b38ac840bbbc87 [diff] |
mtip32xx: remove call to blk_queue_flush() The driver calls it with 0 for flags, since it doesn't have a writeback cache. Just remove the call, as it's a no-op right now. Signed-off-by: Jens Axboe <axboe@fb.com> Reviewed-by: Christoph Hellwig <hch@lst.de>