[Qemu-block] [PATCH v2 15/20] raw: Support BDRV_REQ_FUA

2016-03-29 Thread Kevin Wolf
Pass through the FUA flag to the lower layer so that the separate flush can be saved in practically relevant cases where a (raw) format driver sits on top of the protocol driver. Signed-off-by: Kevin Wolf --- block/raw_bsd.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-

Re: [Qemu-block] [PATCH v2 15/20] raw: Support BDRV_REQ_FUA

2016-03-29 Thread Max Reitz
On 29.03.2016 15:30, Kevin Wolf wrote: > Pass through the FUA flag to the lower layer so that the separate flush > can be saved in practically relevant cases where a (raw) format driver > sits on top of the protocol driver. > > Signed-off-by: Kevin Wolf > --- > block/raw_bsd.c | 17 +