X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosp%2Fosp_precreate.c;h=1196991eb6473fc6bd80750f72fbb96637ea728e;hp=0a0f9f0b39be5f02e325d0dd318520cc1b54191c;hb=3e5e929addceaf9623796705d611162de67c5756;hpb=273255103bfd88d5129ffd2a3c009b54a2300b4b diff --git a/lustre/osp/osp_precreate.c b/lustre/osp/osp_precreate.c index 0a0f9f0..1196991 100644 --- a/lustre/osp/osp_precreate.c +++ b/lustre/osp/osp_precreate.c @@ -881,7 +881,7 @@ static int osp_precreate_thread(void *_arg) ENTRY; - sprintf(pname, "osp-pre-%u\n", d->opd_index); + sprintf(pname, "osp-pre-%u", d->opd_index); cfs_daemonize(pname); rc = lu_env_init(&env, d->opd_dt_dev.dd_lu_dev.ld_type->ldt_ctx_tags);