
16 Oct
2015
16 Oct
'15
5:47 a.m.
On Mon, Oct 12, 2015 at 12:25:50 +0200, Michal Privoznik wrote:
This is pure code adjustment. The structure is going to be needed later as it will hold a reference that will be used to talk to virtlockd. However, so far this is no functional change just code preparation.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/security/security_dac.c | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-)
Since you are changing every caller you might as well as get rid of the 'virSecurityDACSetOwnership' wrapper completely and rename virSecurityDACSetOwnershipInternal. The original purpose of virSecurityDACSetOwnership was to avoid changing every caller. Peter