commit | 2f98910d5b89733b1a5df06c6d2a7056da32a7b7 | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Tue Apr 28 15:29:00 2020 -0500 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri May 08 13:26:35 2020 +0200 |
tree | 0180454d051879f62437a25eaf286049b338d8f0 | |
parent | 8f23aaf5d6a5458e251c5d5d0555d9e515355e35 [diff] |
rbd: Support BDRV_REQ_ZERO_WRITE for truncate Our .bdrv_has_zero_init_truncate always returns 1 because rbd always 0-fills; we can use that same knowledge to implement BDRV_REQ_ZERO_WRITE by ignoring it. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20200428202905.770727-5-eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>