Re: [PATCH v2 2/5] xen/blkfront: cleanup stale persistent grants
From: Roger Pau Monné <roger.pau@citrix.com>
Date: 2018-08-08 15:25:06
Also in:
lkml
From: Roger Pau Monné <roger.pau@citrix.com>
Date: 2018-08-08 15:25:06
Also in:
lkml
On Wed, Aug 08, 2018 at 04:25:25PM +0200, Juergen Gross wrote:
Add a periodic cleanup function to remove old persistent grants which are no longer in use on the backend side. This avoids starvation in case there are lots of persistent grants for a device which no longer is involved in I/O business. Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Roger Pau Monn� <roger.pau@citrix.com> Thanks, Roger.