scsi: aacraid: Do not wait for outstanding write commands on synchronize_cache
authorHannes Reinecke <hare@suse.de>
Fri, 28 Feb 2020 07:53:09 +0000 (08:53 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 29 Feb 2020 01:54:49 +0000 (20:54 -0500)
commit2c644b1d70f55cca58bb58a5a58652ee25afb28c
tree396d06ccaf7f4adccf3d5c558875d854a6045ec9
parent84ff9532e5308d04f97f032a434021ba1b01b6a3
scsi: aacraid: Do not wait for outstanding write commands on synchronize_cache

There is no need to wait for outstanding write commands on synchronize
cache; the block layer is responsible for I/O scheduling, no need to
out-guess it in the driver layer.

Link: https://lore.kernel.org/r/20200228075318.91255-5-hare@suse.de
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Balsundar P <balsundar.b@microchip.com>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aacraid/aachba.c