[sheepdog] [PATCH 3/6] plain: clean up stale directory at startup

2012-08-24 Thread Liu Yuan
From: Liu Yuan When we start up, the objects in .stale is useless. This patch also reworks the ->cleanup() interface to reflect the current implementation. Signed-off-by: Liu Yuan --- sheep/ops.c |4 +--- sheep/plain_store.c |5 - sheep/sheep_priv.h |4 ++-- 3 files ch

Re: [sheepdog] [PATCH 3/6] plain: clean up stale directory at startup

2012-08-24 Thread MORITA Kazutaka
At Fri, 24 Aug 2012 20:10:14 +0800, Liu Yuan wrote: > > From: Liu Yuan > > When we start up, the objects in .stale is useless. This patch also reworks > the > ->cleanup() interface to reflect the current implementation. > > Signed-off-by: Liu Yuan > --- > sheep/ops.c |4 +--- > s

Re: [sheepdog] [PATCH 3/6] plain: clean up stale directory at startup

2012-08-24 Thread Liu Yuan
在 2012-8-25 AM8:26,"MORITA Kazutaka" 写道: > > At Fri, 24 Aug 2012 20:10:14 +0800, > Liu Yuan wrote: > > > > From: Liu Yuan > > > > When we start up, the objects in .stale is useless. This patch also reworks the > > ->cleanup() interface to reflect the current implementation. > > > > Signed-off-by: