Re: [PATCH v3 22/26] DAX/unmap virtiofsd: route unmappable write to slave command

2021-05-06 Thread Stefan Hajnoczi
On Wed, Apr 28, 2021 at 12:00:56PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > When a fuse_buf_copy is performed on an element with FUSE_BUF_PHYS_ADDR > route it to a fuse_virtio_write request that does a slave command to > perform the write. > > Signed-off-by

[PATCH v3 22/26] DAX/unmap virtiofsd: route unmappable write to slave command

2021-04-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" When a fuse_buf_copy is performed on an element with FUSE_BUF_PHYS_ADDR route it to a fuse_virtio_write request that does a slave command to perform the write. Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/buffer.c | 14 +++--- tools/v