mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
bozo: Correct a few comments
Since the original IBM code import, SalvageCmd in bos.c has had some inaccurate comments. Correct them. No functional change is incurred by this commit. Change-Id: I325fecfebe17a384decb3ad345ec83a3b0ed51e7 Reviewed-on: https://gerrit.openafs.org/15838 Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
8f57aef225
commit
a76e2024cd
@ -1397,7 +1397,7 @@ SalvageCmd(struct cmd_syndesc *as, void *arock)
|
||||
char *orphans;
|
||||
char * serviceName;
|
||||
|
||||
/* parm 0 is machine name, 1 is partition, 2 is volume, 3 is -all flag */
|
||||
/* parm 0 is machine name, 1 is partition, 2 is volume, 4 is -all flag */
|
||||
tconn = GetConn(as, 1);
|
||||
|
||||
/* find out whether fileserver is running demand attach fs */
|
||||
@ -1501,7 +1501,7 @@ SalvageCmd(struct cmd_syndesc *as, void *arock)
|
||||
return -1;
|
||||
}
|
||||
if (volutil_GetPartitionID(as->parms[1].items->data) < 0) {
|
||||
/* can't parse volume ID, so complain before shutting down
|
||||
/* can't parse partition ID, so complain before shutting down
|
||||
* file server.
|
||||
*/
|
||||
fprintf(stderr, "bos: can't interpret %s as partition ID.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user