[sheepdog] [PATCH] dog: fix segfault bug of getting snapshot for "LOCK_STATE_SHARED" VDI.

2014-12-03 Thread Teruaki Ishizaki
After iSCSI initiator logins to the iSCSI target of the VDI, getting snapshot for that volume causes segault. This patch fixes false loop. Signed-off-by: Teruaki Ishizaki --- dog/vdi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dog/vdi.c b/dog/vdi.c index db4cdd7..

Re: [sheepdog] [PATCH] dog: fix segfault bug of getting snapshot for "LOCK_STATE_SHARED" VDI.

2014-12-03 Thread Hitoshi Mitake
At Wed, 3 Dec 2014 17:24:21 +0900, Teruaki Ishizaki wrote: > > After iSCSI initiator logins to the iSCSI target of the VDI, > getting snapshot for that volume causes segault. > This patch fixes false loop. > > Signed-off-by: Teruaki Ishizaki > --- > dog/vdi.c |2 +- > 1 files changed, 1 in