X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fjobid.c;fp=lustre%2Fobdclass%2Fjobid.c;h=1093f7829a96238809d6b9ca01b1d753c2e187ce;hb=a06c5e12c536bc588ead483a701a6fe2a777d73b;hp=dc40eb998b3531a8ae1f747346b8b6a64815fd7c;hpb=7f3b06a0ab527c3a45179c6531b444bf8aab79ac;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/jobid.c b/lustre/obdclass/jobid.c index dc40eb9..1093f78 100644 --- a/lustre/obdclass/jobid.c +++ b/lustre/obdclass/jobid.c @@ -879,14 +879,14 @@ int lustre_get_jobid(char *jobid, size_t joblen) /* * per-process jobid wanted, either from environment or from * per-session setting. - * If obd_jobid_name contains "%j" or if getting the pre-process + * If obd_jobid_name contains "%j" or if getting the per-process * jobid directly fails, fall back to using obd_jobid_name. */ rc = -EAGAIN; if (!strnstr(obd_jobid_name, "%j", joblen)) rc = jobid_get_from_cache(jobid, joblen); - /* fall back to jobid_node if jobid_var not available */ + /* fall back to jobid_name if jobid_var not available */ if (rc < 0) { int rc2 = jobid_interpret_string(obd_jobid_name, jobid, joblen);