[PATCH 0/4] xen/blkback: some cleanups

Juergen Gross posted 4 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
drivers/block/xen-blkback/blkback.c | 126 +++++++++++++++++++++++++---
drivers/block/xen-blkback/common.h  | 103 +----------------------
2 files changed, 118 insertions(+), 111 deletions(-)
[PATCH 0/4] xen/blkback: some cleanups
Posted by Juergen Gross 1 year, 3 months ago
Some small cleanup patches I had lying around for some time now.

Juergen Gross (4):
  xen/blkback: fix white space code style issues
  xen/blkback: remove stale prototype
  xen/blkback: simplify free_persistent_gnts() interface
  xen/blkback: move blkif_get_x86_*_req() into blkback.c

 drivers/block/xen-blkback/blkback.c | 126 +++++++++++++++++++++++++---
 drivers/block/xen-blkback/common.h  | 103 +----------------------
 2 files changed, 118 insertions(+), 111 deletions(-)

-- 
2.35.3
Re: [PATCH 0/4] xen/blkback: some cleanups
Posted by Roger Pau Monné 1 year ago
On Fri, Dec 16, 2022 at 03:58:12PM +0100, Juergen Gross wrote:
> Some small cleanup patches I had lying around for some time now.
> 
> Juergen Gross (4):
>   xen/blkback: fix white space code style issues
>   xen/blkback: remove stale prototype
>   xen/blkback: simplify free_persistent_gnts() interface

All first 3:

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

>   xen/blkback: move blkif_get_x86_*_req() into blkback.c

I've got two minor further adjustments for 4.

Thanks, Roger.

Re: [PATCH 0/4] xen/blkback: some cleanups
Posted by Juergen Gross 1 year, 2 months ago
On 16.12.22 15:58, Juergen Gross wrote:
> Some small cleanup patches I had lying around for some time now.
> 
> Juergen Gross (4):
>    xen/blkback: fix white space code style issues
>    xen/blkback: remove stale prototype
>    xen/blkback: simplify free_persistent_gnts() interface
>    xen/blkback: move blkif_get_x86_*_req() into blkback.c
> 
>   drivers/block/xen-blkback/blkback.c | 126 +++++++++++++++++++++++++---
>   drivers/block/xen-blkback/common.h  | 103 +----------------------
>   2 files changed, 118 insertions(+), 111 deletions(-)
> 

Ping?


Juergen
Re: [PATCH 0/4] xen/blkback: some cleanups
Posted by Juergen Gross 1 year ago
On 09.01.23 16:05, Juergen Gross wrote:
> On 16.12.22 15:58, Juergen Gross wrote:
>> Some small cleanup patches I had lying around for some time now.
>>
>> Juergen Gross (4):
>>    xen/blkback: fix white space code style issues
>>    xen/blkback: remove stale prototype
>>    xen/blkback: simplify free_persistent_gnts() interface
>>    xen/blkback: move blkif_get_x86_*_req() into blkback.c
>>
>>   drivers/block/xen-blkback/blkback.c | 126 +++++++++++++++++++++++++---
>>   drivers/block/xen-blkback/common.h  | 103 +----------------------
>>   2 files changed, 118 insertions(+), 111 deletions(-)
>>
> 
> Ping?

Ping² ?


Juergen