Re: [libvirt] [PATCH v3] Refactor the security drivers to simplify usage

2011-01-10 Thread Daniel P. Berrange
On Fri, Jan 07, 2011 at 12:29:40PM -0700, Eric Blake wrote: On 01/07/2011 12:15 PM, Eric Blake wrote: On 01/07/2011 08:39 AM, Daniel P. Berrange wrote: This pair of checks for NULL clutters up the code, making the driver calls 2 lines longer than they really need to be. The goal of the

Re: [libvirt] [PATCH v3] Refactor the security drivers to simplify usage

2011-01-07 Thread Eric Blake
On 01/07/2011 08:39 AM, Daniel P. Berrange wrote: This pair of checks for NULL clutters up the code, making the driver calls 2 lines longer than they really need to be. The goal of the patchset is to change the calling convention to simply if

Re: [libvirt] [PATCH v3] Refactor the security drivers to simplify usage

2011-01-07 Thread Eric Blake
On 01/07/2011 12:15 PM, Eric Blake wrote: On 01/07/2011 08:39 AM, Daniel P. Berrange wrote: This pair of checks for NULL clutters up the code, making the driver calls 2 lines longer than they really need to be. The goal of the patchset is to change the calling convention to simply if