[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 0/2] block: More robust error handling around perm c
From: |
Fam Zheng |
Subject: |
[Qemu-block] [PATCH 0/2] block: More robust error handling around perm check |
Date: |
Fri, 3 Mar 2017 21:38:14 +0800 |
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 | 6 +++++-
block/commit.c | 12 ++++++++++--
2 files changed, 15 insertions(+), 3 deletions(-)
--
2.9.3
- [Qemu-block] [PATCH 0/2] block: More robust error handling around perm check,
Fam Zheng <=