Re: [PATCH 2/3] selinux: Return an error code only as a constant in sidtab_insert()

2017-05-16 Thread Paul Moore
On Tue, Apr 4, 2017 at 7:14 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 4 Apr 2017 11:33:53 +0200 > > * Return an error code without storing it in an intermediate variable. > > * Delete the local variable "rc" and the jump label "out" which became > unnecessary with this re

[PATCH 2/3] selinux: Return an error code only as a constant in sidtab_insert()

2017-04-04 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 4 Apr 2017 11:33:53 +0200 * Return an error code without storing it in an intermediate variable. * Delete the local variable "rc" and the jump label "out" which became unnecessary with this refactoring. Signed-off-by: Markus Elfring --- security/selinux/ss/si