On Mon, Jun 04, 2012 at 08:55:56 -0600, Eric Blake wrote:
On 06/04/2012 08:46 AM, Jiri Denemark wrote:
> EBADF errors are logged as warnings as they normally indicate a double
> close bug. This patch also provides VIR_MASS_CLOSE helper to be user in
> the only case of mass close after fork when EBADF should rather be
> ignored.
> ---
> src/util/command.c | 2 +-
> src/util/virfile.c | 31 +++++++++++++++++++++++--------
> src/util/virfile.h | 11 ++++++++---
> 3 files changed, 32 insertions(+), 12 deletions(-)
ACK.
Thanks, pushed.
Jirka