commit | 288dab8a35a0bde426a09870943c8d3ee3a50dab | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 09 16:00:36 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Thu Jun 09 09:52:25 2016 -0600 |
tree | 483fd3eb60ff8f44d149fb28d3b79e5212645104 | |
parent | 56332f02a562390a3198525ad78cb4f558805c0f [diff] |
block: add a separate operation type for secure erase Instead of overloading the discard support with the REQ_SECURE flag. Use the opportunity to rename the queue flag as well, and remove the dead checks for this flag in the RAID 1 and RAID 10 drivers that don't claim support for secure erase. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>