[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/2] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
From: |
Bin Meng |
Subject: |
Re: [PATCH v3 1/2] Refactoring: refactor TFR() macro to RETRY_ON_EINTR() |
Date: |
Tue, 18 Oct 2022 17:31:27 +0800 |
On Tue, Oct 18, 2022 at 4:44 PM Nikita Ivanov <nivanov@cloudlinux.com> wrote:
>
> Rename macro name to more transparent one and refactor
> it to expression.
>
> Signed-off-by: Nikita Ivanov <nivanov@cloudlinux.com>
> ---
> chardev/char-fd.c | 2 +-
> chardev/char-pipe.c | 8 +++++---
> include/qemu/osdep.h | 8 +++++++-
> net/tap-bsd.c | 6 +++---
> net/tap-linux.c | 2 +-
> net/tap-solaris.c | 8 ++++----
> net/tap.c | 2 +-
> os-posix.c | 2 +-
> tests/qtest/libqtest.c | 2 +-
> 9 files changed, 24 insertions(+), 16 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>