Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Jens Axboe
On 9/28/18 1:28 AM, Juergen Gross wrote: > Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup > stale persistent grants") introduced a regression as purged persistent > grants were not pu into the list of free grants again. Correct that. I'll apply this for 4.19, and if things

Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Boris Ostrovsky
On 9/28/18 9:52 AM, Juergen Gross wrote: > On 28/09/2018 15:33, Boris Ostrovsky wrote: >> On 9/28/18 9:13 AM, Juergen Gross wrote: >>> On 28/09/2018 14:45, Boris Ostrovsky wrote: On 9/28/18 3:28 AM, Juergen Gross wrote: > Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: clea

Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Juergen Gross
On 28/09/2018 15:33, Boris Ostrovsky wrote: > On 9/28/18 9:13 AM, Juergen Gross wrote: >> On 28/09/2018 14:45, Boris Ostrovsky wrote: >>> On 9/28/18 3:28 AM, Juergen Gross wrote: Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup stale persistent grants") introduced a

Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Boris Ostrovsky
On 9/28/18 9:13 AM, Juergen Gross wrote: > On 28/09/2018 14:45, Boris Ostrovsky wrote: >> On 9/28/18 3:28 AM, Juergen Gross wrote: >>> Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup >>> stale persistent grants") introduced a regression as purged persistent >>> grants were n

Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Juergen Gross
On 28/09/2018 14:45, Boris Ostrovsky wrote: > On 9/28/18 3:28 AM, Juergen Gross wrote: >> Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup >> stale persistent grants") introduced a regression as purged persistent >> grants were not pu into the list of free grants again. Corre

Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Boris Ostrovsky
On 9/28/18 3:28 AM, Juergen Gross wrote: > Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup > stale persistent grants") introduced a regression as purged persistent > grants were not pu into the list of free grants again. Correct that. > > Signed-off-by: Juergen Gross > ---

Re: [Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Alan Robinson
On Fri, Sep 28, 2018 at 09:28:27AM +0200, Juergen Gross wrote: > Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup > stale persistent grants") introduced a regression as purged persistent > grants were not pu into the list of free grants again. Correct that. s/pu /put / Alan

[Xen-devel] [PATCH] xen/blkfront: correct purging of persistent grants

2018-09-28 Thread Juergen Gross
Commit a46b53672b2c2e3770b38a4abf90d16364d2584b ("xen/blkfront: cleanup stale persistent grants") introduced a regression as purged persistent grants were not pu into the list of free grants again. Correct that. Signed-off-by: Juergen Gross --- drivers/block/xen-blkfront.c | 4 ++-- 1 file chang