mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
fs disconnected remove ifdefs
disconnected is always on; remove the ifdefs around it Change-Id: Iaa982f83f7619fc0ad1162a64b68231e02eae916 Reviewed-on: http://gerrit.openafs.org/2502 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
deb96d3986
commit
fccd35961f
@ -3452,7 +3452,6 @@ GetCryptCmd(struct cmd_syndesc *as, void *arock)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef AFS_DISCON_ENV
|
|
||||||
static char *modenames[] = {
|
static char *modenames[] = {
|
||||||
"offline",
|
"offline",
|
||||||
"online",
|
"online",
|
||||||
@ -3535,7 +3534,6 @@ DisconCmd(struct cmd_syndesc *as, void *arock)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "AFS_component_version_number.c"
|
#include "AFS_component_version_number.c"
|
||||||
|
|
||||||
@ -3863,13 +3861,11 @@ defect 3069
|
|||||||
"get fid for file(s)");
|
"get fid for file(s)");
|
||||||
cmd_AddParm(ts, "-path", CMD_LIST, CMD_OPTIONAL, "dir/file path");
|
cmd_AddParm(ts, "-path", CMD_LIST, CMD_OPTIONAL, "dir/file path");
|
||||||
|
|
||||||
#ifdef AFS_DISCON_ENV
|
|
||||||
ts = cmd_CreateSyntax("discon", DisconCmd, NULL,
|
ts = cmd_CreateSyntax("discon", DisconCmd, NULL,
|
||||||
"disconnection mode");
|
"disconnection mode");
|
||||||
cmd_AddParm(ts, "-mode", CMD_SINGLE, CMD_REQUIRED, "offline | online");
|
cmd_AddParm(ts, "-mode", CMD_SINGLE, CMD_REQUIRED, "offline | online");
|
||||||
cmd_AddParm(ts, "-policy", CMD_SINGLE, CMD_OPTIONAL, "client | server");
|
cmd_AddParm(ts, "-policy", CMD_SINGLE, CMD_OPTIONAL, "client | server");
|
||||||
cmd_AddParm(ts, "-force", CMD_FLAG, CMD_OPTIONAL, "Force reconnection, despite any synchronization issues.");
|
cmd_AddParm(ts, "-force", CMD_FLAG, CMD_OPTIONAL, "Force reconnection, despite any synchronization issues.");
|
||||||
#endif
|
|
||||||
|
|
||||||
ts = cmd_CreateSyntax("nukenfscreds", NukeNFSCredsCmd, NULL, "nuke credentials for NFS client");
|
ts = cmd_CreateSyntax("nukenfscreds", NukeNFSCredsCmd, NULL, "nuke credentials for NFS client");
|
||||||
cmd_AddParm(ts, "-addr", CMD_SINGLE, 0, "host name or address");
|
cmd_AddParm(ts, "-addr", CMD_SINGLE, 0, "host name or address");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user