]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSH
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 24 Feb 2016 15:07:27 +0000 (17:07 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 2 Mar 2016 15:01:59 +0000 (17:01 +0200)
commit592002f55e6e0b198a01d4a9315f74ddfea1c403
tree9e3c1a3bc79185ef47ce2d4f7710f8f1de8ba28d
parent78fe39872378b0bef00a91181f1947acb8a08500
virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSH

Latest virtio spec says the feature bit name is VIRTIO_BLK_F_FLUSH,
VIRTIO_BLK_F_WCE is the legacy name.  virtio blk header says exactly the
reverse - fix that and update driver code to match.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/block/virtio_blk.c
include/uapi/linux/virtio_blk.h