Re: [sheepdog] [PATCH v4 1/3] sheep: handle VID overflow correctly

2015-03-12 Thread Hitoshi Mitake
At Thu, 12 Mar 2015 09:57:51 +0800, Liu Yuan wrote: > > On Sun, Mar 08, 2015 at 01:08:33PM +0900, Hitoshi Mitake wrote: > > Current sheep cannot handle a case of VID overflow correctly. The main > > cause of this problem is invalid usage of fill_vdi_info_range() by > > fill_vdi_info() in a case of

Re: [sheepdog] [PATCH v4 1/3] sheep: handle VID overflow correctly

2015-03-11 Thread Liu Yuan
On Sun, Mar 08, 2015 at 01:08:33PM +0900, Hitoshi Mitake wrote: > Current sheep cannot handle a case of VID overflow correctly. The main > cause of this problem is invalid usage of fill_vdi_info_range() by > fill_vdi_info() in a case of overflow. This patch fixes this problem. Could you please des

[sheepdog] [PATCH v4 1/3] sheep: handle VID overflow correctly

2015-03-07 Thread Hitoshi Mitake
Current sheep cannot handle a case of VID overflow correctly. The main cause of this problem is invalid usage of fill_vdi_info_range() by fill_vdi_info() in a case of overflow. This patch fixes this problem. In addition, this patch lets 0x00 be an invalid VID. It is for VID recycling. In some