Re: [Qemu-block] [PATCH v2] rbd:change error_setg() to error_setg_errno()

2016-06-14 Thread Vikhyat Umrao
On Tue, Jun 14, 2016 at 8:12 PM, Max Reitz <mre...@redhat.com> wrote: > On 09.05.2016 09:51, Vikhyat Umrao wrote: > > Ceph RBD block driver does not use error_setg_errno() where > > it is possible to use. This patch replaces error_setg() > > from error_setg_errno(). >

[Qemu-block] [PATCH v2] rbd:change error_setg() to error_setg_errno()

2016-05-09 Thread Vikhyat Umrao
Ceph RBD block driver does not use error_setg_errno() where it is possible to use. This patch replaces error_setg() from error_setg_errno(). Signed-off-by: Vikhyat Umrao <vum...@redhat.com> --- block/rbd.c | 38 +++--- 1 file changed, 23 insertions(