At Wed, 16 May 2012 10:54:14 +0900, MORITA Kazutaka wrote: > > Changes from v1: > - add a patch to fix read_object() > - rebase onto the current master > - modify the commit log to explain the restriction of the object > cache more clearly > > MORITA Kazutaka (2): > sheep: read cached data if it exists in read_object() > sheep: add an option to disable object cache > > sheep/group.c | 2 +- > sheep/ops.c | 8 +++++- > sheep/sdnet.c | 3 +- > sheep/sheep.c | 17 ++++++++++++- > sheep/sheep_priv.h | 4 ++- > sheep/store.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++----- > 6 files changed, 82 insertions(+), 13 deletions(-) Applied after removing '--enable-cache' option from the second patch. Kazutaka |