coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] cp caching


From: Ondrej Oprala
Subject: Re: [PATCH] cp caching
Date: Thu, 03 Jan 2013 15:56:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 01/03/2013 02:12 PM, Jim Meyering wrote:
        bool all_errors = !x->data_copy_required || x->require_preserve_context;
        bool some_errors = !all_errors && !x->reduce_diagnostics;
However, both of these declarations belong inside the if {...} body.
What exactly do you mean? Moving the declarations deeper would put
them out of the else {...} body's scope.

Also, please change the name and meaning of s/con_eq/context_change/
Done.

On 01/03/2013 02:15 PM, Pádraig Brady wrote:
This makes sense. It might be worth a news entry,
especially if you quantified the perf benefit.
Done.
The code looks a bit fishy, mixing security_context_t and char*.
Yes, I wasn't very happy about using security_context_t in this way
either, but it seemed like the most straightforward solution.

Thanks,
 Ondrej

Attachment: DIFF
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]