selinux: Move some assignments for the variable "rc" in policydb_read()
From: SF Markus Elfring <hidden>
Date: 2017-03-24 10:09:38
Also in:
kernel-janitors, lkml, selinux
From: SF Markus Elfring <hidden>
Date: 2017-03-24 10:09:38
Also in:
kernel-janitors, lkml, selinux
quoted
One local variable was set to an error code in some cases before a concrete error situation was detected. Thus move the corresponding assignments into if branches to indicate a software failure there. Signed-off-by: Markus Elfring <redacted> --- security/selinux/ss/policydb.c | 59 +++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 24 deletions(-)More code churn with no real advantage.
There are different opinions about the mentioned implementation details.
I agree with the style you are using,
Thanks for such feedback.
and would support changing it if you are in the function fixing bugs or doing other substantial changes in that code,
Is this expectation a contradiction for a desired patch granularity?
but I can't justify it as a standalone change, sorry.
This update suggestion seems to be not attractive enough for you at the moment as another change step of my patch series. Would you like to check if there are other effects worthwhile besides the proposed coding style adjustment here? Regards, Markus -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html