[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Nbd] [PATCH 1/3] nbd: support FLUSH requests



On Tue, Feb 12, 2013 at 11:06 AM, Paolo Bonzini <pbonzini@...696...> wrote:
> From: Alex Bligh <alex@...872...>
>
> The NBD device does not support writeback caching, thus it is not safe
> against power losses unless the client opens the target with O_DSYNC or
> O_SYNC.
>
> Add support for a new flag that the server can pass.  If the flag is
> enabled, we translate REQ_FLUSH requests into the NBD_CMD_FLUSH
> command.
>
> Cc: <nbd-general@...72...>
> Cc: Paul Clements <Paul.Clements@...124...>
> Cc: Andrew Morton <akpm@...133...>
> Signed-off-by: Alex Bligh <alex@...872...>

Looks good.

Acked-by: Paul.Clements@...124...



Reply to: