MORITA Kazutaka (3): simplify exec_req fix coding sytle errors detected by checkpatch.pl add const where possible
collie/cluster.c | 32 +++-------- collie/collie.c | 10 +-- collie/collie.h | 9 ++- collie/common.c | 21 +++---- collie/debug.c | 7 +- collie/node.c | 11 +-- collie/vdi.c | 139 +++++++++++++++++++++------------------------ include/bitops.h | 10 ++- include/list.h | 8 +- include/logger.h | 2 +- include/net.h | 11 ++-- include/rbtree.h | 14 ++--- include/sha1.h | 8 +- include/sheep.h | 31 +++++----- include/sheepdog_proto.h | 5 +- include/util.h | 10 ++-- lib/event.c | 3 +- lib/logger.c | 35 ++++++----- lib/net.c | 43 +++++++++----- lib/rbtree.c | 117 ++++++++++++++----------------------- lib/sha1.c | 13 ++-- lib/util.c | 2 +- sheep/cluster.h | 26 +++++---- sheep/cluster/accord.c | 4 +- sheep/cluster/corosync.c | 10 ++-- sheep/cluster/local.c | 2 +- sheep/cluster/zookeeper.c | 5 +- sheep/farm/farm.c | 10 ++-- sheep/farm/sha1_file.c | 2 +- sheep/gateway.c | 26 ++++----- sheep/group.c | 70 ++++++++++++---------- sheep/journal.c | 2 +- sheep/object_cache.c | 10 ++-- sheep/ops.c | 22 ++++---- sheep/plain_store.c | 21 ++++--- sheep/recovery.c | 38 +++++------- sheep/request.c | 2 +- sheep/sheep.c | 12 ++-- sheep/sheep_priv.h | 93 +++++++++++++++--------------- sheep/sockfd_cache.c | 32 +++++----- sheep/store.c | 7 +-- sheep/vdi.c | 30 +++++----- sheep/work.c | 4 +- sheepfs/volume.c | 15 ++--- 44 files changed, 465 insertions(+), 519 deletions(-) -- 1.7.2.5 -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
