mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
fsbnodeops: remove write-only variable
It's been that way since the original IBM import. Change-Id: Ib29ec60822a1ba03e53f3a942e939cc68011a5cf Reviewed-on: https://gerrit.openafs.org/15834 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
34c039ebf1
commit
5a20d9e219
@ -24,7 +24,6 @@
|
||||
#include "bosprototypes.h"
|
||||
|
||||
extern char *DoPidFiles;
|
||||
static int emergency = 0;
|
||||
|
||||
/* if this file exists, then we have to salvage the file system */
|
||||
#define SALFILE "SALVAGE."
|
||||
@ -915,7 +914,6 @@ NudgeProcs(struct fsbnode *abnode)
|
||||
if (abnode->salRunning) {
|
||||
ViceLog(0, ("Salvager running along with file server!\n"));
|
||||
ViceLog(0, ("Emergency shutdown\n"));
|
||||
emergency = 1;
|
||||
bnode_SetGoal(fsbnode2bnode(abnode), BSTAT_SHUTDOWN);
|
||||
bnode_StopProc(abnode->salProc, SIGKILL);
|
||||
SetNeedsClock(abnode);
|
||||
|
Loading…
Reference in New Issue
Block a user