Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2019-03-20 Thread Dr. David Alan Gilbert
* Liu Bo (obuil.li...@gmail.com) wrote: > On Mon, Dec 10, 2018 at 9:57 AM Vivek Goyal wrote: > > > > Instead of assuming we had the fixed bar for the cache, use the > > value from the capabilities. > > > > Signed-off-by: Dr. David Alan Gilbert > > --- > > fs/fuse/virtio_fs.c | 32

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2019-03-16 Thread Liu Bo
On Mon, Dec 10, 2018 at 9:57 AM Vivek Goyal wrote: > > Instead of assuming we had the fixed bar for the cache, use the > value from the capabilities. > > Signed-off-by: Dr. David Alan Gilbert > --- > fs/fuse/virtio_fs.c | 32 +--- > 1 file changed, 17 insertions(+),

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2019-01-02 Thread Stefan Hajnoczi
On Tue, Dec 18, 2018 at 06:25:27PM +0100, David Hildenbrand wrote: > On 18.12.18 18:13, Cornelia Huck wrote: > > On Mon, 17 Dec 2018 14:56:38 + > > Stefan Hajnoczi wrote: > > > >> On Mon, Dec 17, 2018 at 11:53:46AM +0100, David Hildenbrand wrote: > >>> On 14.12.18 14:44, Stefan Hajnoczi

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-18 Thread David Hildenbrand
On 18.12.18 18:13, Cornelia Huck wrote: > On Mon, 17 Dec 2018 14:56:38 + > Stefan Hajnoczi wrote: > >> On Mon, Dec 17, 2018 at 11:53:46AM +0100, David Hildenbrand wrote: >>> On 14.12.18 14:44, Stefan Hajnoczi wrote: On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote:

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-18 Thread Cornelia Huck
On Mon, 17 Dec 2018 14:56:38 + Stefan Hajnoczi wrote: > On Mon, Dec 17, 2018 at 11:53:46AM +0100, David Hildenbrand wrote: > > On 14.12.18 14:44, Stefan Hajnoczi wrote: > > > On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: > > >> On Thu, 13 Dec 2018 13:24:31 +0100 > > >>

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-17 Thread Stefan Hajnoczi
On Mon, Dec 17, 2018 at 11:53:46AM +0100, David Hildenbrand wrote: > On 14.12.18 14:44, Stefan Hajnoczi wrote: > > On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: > >> On Thu, 13 Dec 2018 13:24:31 +0100 > >> David Hildenbrand wrote: > >> > >>> On 13.12.18 13:15, Dr. David Alan

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-17 Thread Stefan Hajnoczi
On Fri, Dec 14, 2018 at 02:50:58PM +0100, Cornelia Huck wrote: > On Fri, 14 Dec 2018 13:44:34 + > Stefan Hajnoczi wrote: > > > On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: > > > On Thu, 13 Dec 2018 13:24:31 +0100 > > > David Hildenbrand wrote: > > > > > > > On 13.12.18

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-17 Thread David Hildenbrand
On 14.12.18 14:44, Stefan Hajnoczi wrote: > On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: >> On Thu, 13 Dec 2018 13:24:31 +0100 >> David Hildenbrand wrote: >> >>> On 13.12.18 13:15, Dr. David Alan Gilbert wrote: * David Hildenbrand (da...@redhat.com) wrote: > On

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-14 Thread Dr. David Alan Gilbert
* Cornelia Huck (coh...@redhat.com) wrote: > On Fri, 14 Dec 2018 13:44:34 + > Stefan Hajnoczi wrote: > > > On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: > > > On Thu, 13 Dec 2018 13:24:31 +0100 > > > David Hildenbrand wrote: > > > > > > > On 13.12.18 13:15, Dr. David

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-14 Thread Cornelia Huck
On Fri, 14 Dec 2018 13:44:34 + Stefan Hajnoczi wrote: > On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: > > On Thu, 13 Dec 2018 13:24:31 +0100 > > David Hildenbrand wrote: > > > > > On 13.12.18 13:15, Dr. David Alan Gilbert wrote: > > > > * David Hildenbrand

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-14 Thread Stefan Hajnoczi
On Thu, Dec 13, 2018 at 01:38:23PM +0100, Cornelia Huck wrote: > On Thu, 13 Dec 2018 13:24:31 +0100 > David Hildenbrand wrote: > > > On 13.12.18 13:15, Dr. David Alan Gilbert wrote: > > > * David Hildenbrand (da...@redhat.com) wrote: > > >> On 13.12.18 11:00, Dr. David Alan Gilbert wrote: >

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread Cornelia Huck
On Thu, 13 Dec 2018 13:24:31 +0100 David Hildenbrand wrote: > On 13.12.18 13:15, Dr. David Alan Gilbert wrote: > > * David Hildenbrand (da...@redhat.com) wrote: > >> On 13.12.18 11:00, Dr. David Alan Gilbert wrote: > >>> * David Hildenbrand (da...@redhat.com) wrote: > On 13.12.18

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread David Hildenbrand
On 13.12.18 13:15, Dr. David Alan Gilbert wrote: > * David Hildenbrand (da...@redhat.com) wrote: >> On 13.12.18 11:00, Dr. David Alan Gilbert wrote: >>> * David Hildenbrand (da...@redhat.com) wrote: On 13.12.18 10:13, Dr. David Alan Gilbert wrote: > * David Hildenbrand (da...@redhat.com)

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > On 13.12.18 11:00, Dr. David Alan Gilbert wrote: > > * David Hildenbrand (da...@redhat.com) wrote: > >> On 13.12.18 10:13, Dr. David Alan Gilbert wrote: > >>> * David Hildenbrand (da...@redhat.com) wrote: > On 10.12.18 18:12, Vivek Goyal wrote:

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread David Hildenbrand
On 13.12.18 11:00, Dr. David Alan Gilbert wrote: > * David Hildenbrand (da...@redhat.com) wrote: >> On 13.12.18 10:13, Dr. David Alan Gilbert wrote: >>> * David Hildenbrand (da...@redhat.com) wrote: On 10.12.18 18:12, Vivek Goyal wrote: > Instead of assuming we had the fixed bar for the

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > On 13.12.18 10:13, Dr. David Alan Gilbert wrote: > > * David Hildenbrand (da...@redhat.com) wrote: > >> On 10.12.18 18:12, Vivek Goyal wrote: > >>> Instead of assuming we had the fixed bar for the cache, use the > >>> value from the capabilities. >

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread David Hildenbrand
On 13.12.18 10:13, Dr. David Alan Gilbert wrote: > * David Hildenbrand (da...@redhat.com) wrote: >> On 10.12.18 18:12, Vivek Goyal wrote: >>> Instead of assuming we had the fixed bar for the cache, use the >>> value from the capabilities. >>> >>> Signed-off-by: Dr. David Alan Gilbert >>> --- >>>

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > On 10.12.18 18:12, Vivek Goyal wrote: > > Instead of assuming we had the fixed bar for the cache, use the > > value from the capabilities. > > > > Signed-off-by: Dr. David Alan Gilbert > > --- > > fs/fuse/virtio_fs.c | 32

Re: [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-13 Thread David Hildenbrand
On 10.12.18 18:12, Vivek Goyal wrote: > Instead of assuming we had the fixed bar for the cache, use the > value from the capabilities. > > Signed-off-by: Dr. David Alan Gilbert > --- > fs/fuse/virtio_fs.c | 32 +--- > 1 file changed, 17 insertions(+), 15 deletions(-)

[PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

2018-12-10 Thread Vivek Goyal
Instead of assuming we had the fixed bar for the cache, use the value from the capabilities. Signed-off-by: Dr. David Alan Gilbert --- fs/fuse/virtio_fs.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/fs/fuse/virtio_fs.c