[libvirt] [PATCH 0/4] Alter @aclfilter to just @filter

John Ferlan posted 4 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170816133900.28745-1-jferlan@redhat.com
src/conf/virnodedeviceobj.c | 28 ++++++++++++++--------------
src/conf/virnodedeviceobj.h |  6 +++---
src/conf/virnwfilterobj.c   | 18 +++++++++---------
src/conf/virnwfilterobj.h   |  6 +++---
src/conf/virsecretobj.c     | 24 ++++++++++++------------
src/conf/virsecretobj.h     |  6 +++---
src/conf/virstorageobj.c    | 20 ++++++++++----------
src/conf/virstorageobj.h    | 10 +++++-----
8 files changed, 59 insertions(+), 59 deletions(-)
[libvirt] [PATCH 0/4] Alter @aclfilter to just @filter
Posted by John Ferlan 6 years, 7 months ago
>From recent review comments in the network series, Michal and Pavel
have both stated the preference to use @filter, so to be consistent,
rename variables that were changed in prior series.

John Ferlan (4):
  nodedev: Alter @aclfilter to just @filter
  nwfilter: Alter @aclfilter to just @filter
  secret: Alter @aclfilter to just @filter
  storage: Alter @aclfilter to just @filter

 src/conf/virnodedeviceobj.c | 28 ++++++++++++++--------------
 src/conf/virnodedeviceobj.h |  6 +++---
 src/conf/virnwfilterobj.c   | 18 +++++++++---------
 src/conf/virnwfilterobj.h   |  6 +++---
 src/conf/virsecretobj.c     | 24 ++++++++++++------------
 src/conf/virsecretobj.h     |  6 +++---
 src/conf/virstorageobj.c    | 20 ++++++++++----------
 src/conf/virstorageobj.h    | 10 +++++-----
 8 files changed, 59 insertions(+), 59 deletions(-)

-- 
2.9.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] Alter @aclfilter to just @filter
Posted by Michal Privoznik 6 years, 7 months ago
On 08/16/2017 03:38 PM, John Ferlan wrote:
>>From recent review comments in the network series, Michal and Pavel
> have both stated the preference to use @filter, so to be consistent,
> rename variables that were changed in prior series.
> 
> John Ferlan (4):
>   nodedev: Alter @aclfilter to just @filter
>   nwfilter: Alter @aclfilter to just @filter
>   secret: Alter @aclfilter to just @filter
>   storage: Alter @aclfilter to just @filter
> 
>  src/conf/virnodedeviceobj.c | 28 ++++++++++++++--------------
>  src/conf/virnodedeviceobj.h |  6 +++---
>  src/conf/virnwfilterobj.c   | 18 +++++++++---------
>  src/conf/virnwfilterobj.h   |  6 +++---
>  src/conf/virsecretobj.c     | 24 ++++++++++++------------
>  src/conf/virsecretobj.h     |  6 +++---
>  src/conf/virstorageobj.c    | 20 ++++++++++----------
>  src/conf/virstorageobj.h    | 10 +++++-----
>  8 files changed, 59 insertions(+), 59 deletions(-)
> 

ACK, thank you for doing this.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list