diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-05 19:21:02 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-08 11:25:38 -0600 |
commit | 02d261034f1c90ac8b052406bd7b18d2564b0b3c (patch) | |
tree | 430a04c1096eae066f99997953f7aefed4d668f5 /drivers/scsi/sd_zbc.c | |
parent | 885fa13f655940c73787b7fcd4c78813943ece8a (diff) | |
download | linux-02d261034f1c90ac8b052406bd7b18d2564b0b3c.tar.bz2 |
sd: implement REQ_OP_WRITE_ZEROES
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/scsi/sd_zbc.c')
-rw-r--r-- | drivers/scsi/sd_zbc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sd_zbc.c b/drivers/scsi/sd_zbc.c index 92620c8ea8ad..1994f7799fce 100644 --- a/drivers/scsi/sd_zbc.c +++ b/drivers/scsi/sd_zbc.c @@ -329,6 +329,7 @@ void sd_zbc_complete(struct scsi_cmnd *cmd, switch (req_op(rq)) { case REQ_OP_WRITE: + case REQ_OP_WRITE_ZEROES: case REQ_OP_WRITE_SAME: case REQ_OP_ZONE_RESET: |