[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v2 0/2] block: More robust error handling around per
From: |
Fam Zheng |
Subject: |
[Qemu-block] [PATCH v2 0/2] block: More robust error handling around perm check |
Date: |
Tue, 7 Mar 2017 19:07:20 +0800 |
v2: Fix error handling in both patches. [Kevin]
These are a couple cases added with the op blocker changes, where errp is
available but we still use error_abort. Fix them for obvious reasons.
Fam Zheng (2):
block: Don't use error_abort in blk_new_open
commit: Don't use error_abort in commit_start
block/block-backend.c | 7 ++++++-
block/commit.c | 16 ++++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)
--
2.9.3
- [Qemu-block] [PATCH v2 0/2] block: More robust error handling around perm check,
Fam Zheng <=