At Mon, 17 Oct 2011 23:05:39 +0900, MORITA Kazutaka wrote: > > With this patchset, an extended attribute support of the underlying > filesystem is no longer required. > > The third patch is preparation for adding SD_STATUS_HALT support. > > > MORITA Kazutaka (3): > sheep: make jounaling functions support normal files > sheep: remove xattr dependency > sheep: add set/get_cluster_status()
Applied the first and second patches. I dropped the last one because I think it needs more discussion. Thanks, Kazutaka > > sheep/Makefile.am | 3 +- > sheep/journal.c | 310 +++++++++++++++++++++++++++++++ > sheep/sheep.c | 2 - > sheep/sheep_priv.h | 64 +------ > sheep/store.c | 520 ++++++++------------------------------------------- > 5 files changed, 399 insertions(+), 500 deletions(-) > create mode 100644 sheep/journal.c > > -- > 1.7.2.5 > > -- > sheepdog mailing list > [email protected] > http://lists.wpkg.org/mailman/listinfo/sheepdog -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
