[sheepdog] [PATCH 1/2] md: rename get_object_path as md_get_object_path

MORITA Kazutaka morita.kazutaka at gmail.com
Mon May 20 19:17:19 CEST 2013


> @@ -566,7 +566,7 @@ bool md_exist(uint64_t oid)
>  {
>  	char path[PATH_MAX];
>  
> -	snprintf(path, PATH_MAX, "%s/%016" PRIx64, get_object_path(oid), oid);
> +	snprintf(path, PATH_MAX, "%s/%016" PRIx64, md_get_object_path(oid), oid);

checkpatch.pl warns that this line is over 80 characters.

Thanks,

Kazutaka



More information about the sheepdog mailing list