Got it, thanks Zheng. On 2016年06月27日 14:38, Yan, Zheng wrote: Please open a pull request at https://github.com/ceph/ceph Regards Yan, Zheng On Mon, Jun 27, 2016 at 2:26 PM, Jeff Liu <jeff.liu@xxxxxxxxxxxx> wrote: > Drop the unnecessary format string of snprintf > > Signed-off-by: Jie Liu <jeff.liu@xxxxxxxxxxxx> > --- > src/mds/mdstypes.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mds/mdstypes.h b/src/mds/mdstypes.h > index c69a655..3414ecd 100644 > --- a/src/mds/mdstypes.h > +++ b/src/mds/mdstypes.h > @@ -741,7 +741,7 @@ struct dentry_key_t { > uint64_t val(snapid); > snprintf(b, sizeof(b), "%" PRIx64, val); > } else { > - snprintf(b, sizeof(b), "%s", "head"); > + snprintf(b, sizeof(b), "head"); > } > ostringstream oss; > oss << name << "_" << b; > -- > 1.8.3.2 > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html -- Cheers, Jeff Liu -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html