At Sun,  1 Feb 2015 19:46:50 +0900,
Hitoshi Mitake wrote:
> 
> This reverts commit 9eed807bb06e02cd7a574d36c7c458884292da72 for
> backward compatibility.
> 
> Signed-off-by: Hitoshi Mitake <mitake.hito...@lab.ntt.co.jp>
> ---
>  sbd/sheep_block_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied this one.

Thanks,
Hitoshi

> 
> diff --git a/sbd/sheep_block_device.c b/sbd/sheep_block_device.c
> index d82ff43..eaee932 100644
> --- a/sbd/sheep_block_device.c
> +++ b/sbd/sheep_block_device.c
> @@ -290,7 +290,7 @@ static ssize_t sbd_remove(struct bus_type *bus, const 
> char *buf,
>       unsigned long ul;
>       int target_id, ret;
>  
> -     ret = kstrtoul(buf, 10, &ul);
> +     ret = strict_strtoul(buf, 10, &ul);
>       if (ret)
>               return ret;
>  
> -- 
> 1.9.1
> 
-- 
sheepdog mailing list
sheepdog@lists.wpkg.org
https://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to