[Sheepdog] [PATCH] sheep: fix the type of 'flags' in sheepdog_config

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Mon Oct 24 06:12:43 CEST 2011


At Fri, 21 Oct 2011 12:02:24 +0800,
Liu Yuan wrote:
> 
> From: Liu Yuan <tailai.ly at taobao.com>
> 
> 
> Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
> ---
>  sheep/store.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks!

Kazutaka

> 
> diff --git a/sheep/store.c b/sheep/store.c
> index bcf36a4..ee8996e 100644
> --- a/sheep/store.c
> +++ b/sheep/store.c
> @@ -26,7 +26,7 @@
>  
>  struct sheepdog_config {
>  	uint64_t ctime;
> -	uint32_t flags;
> +	uint16_t flags;
>  	uint8_t copies;
>  	uint8_t pad[3];
>  };
> -- 
> 1.7.6.1
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog



More information about the sheepdog mailing list