commit | 5cce43bb288ea22ef1c3faa77f2c5e8aa04b6236 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Oct 21 12:16:44 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 21 17:34:12 2011 +0200 |
tree | d2b02013becf962525c6698f8c1d326ed6640c25 | |
parent | b1b1dad31f3a092e046b09795f4476705c4e564e [diff] |
xen_disk: Always set feature-barrier = 1 The synchronous .bdrv_flush callback doesn't exist any more and a device really shouldn't poke into the block layer internals anyway. All drivers are supposed to have a correctly working bdrv_flush, so let's just hard-code this. Signed-off-by: Kevin Wolf <kwolf@redhat.com>