scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
authorJianchao Wang <[email protected]>
Wed, 7 Mar 2018 12:29:03 +0000 (20:29 +0800)
committerMartin K. Petersen <[email protected]>
Tue, 20 Mar 2018 03:25:55 +0000 (23:25 -0400)
commit89d0c804392bb962553f23dc4c119d11b6bd1675
tree70e2a614109b323eab2e89ba412b4f1d13ed1f87
parent597d74005ba85e87c256cd732128ebf7faf54247
scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled

iscsi tcp will first send out data, then calculate and send data
digest. If we don't have BDI_CAP_STABLE_WRITES, the page cache will be
written in spite of the on going writeback. Consequently, wrong digest
will be got and sent to target.

To fix this, set BDI_CAP_STABLE_WRITES when data digest is enabled
in iscsi_tcp .slave_configure callback.

Signed-off-by: Jianchao Wang <[email protected]>
Acked-by: Chris Leech <[email protected]>
Acked-by: Lee Duncan <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/iscsi_tcp.c