mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
salvager: Remove PrintVolumeSummary
Nothing uses this function; remove it. Change-Id: I55ae048ba920bbd10030c227724323fa20681941 Reviewed-on: http://gerrit.openafs.org/6785 Reviewed-by: Derrick Brashear <shadow@dementix.org> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
8396388709
commit
d426e613b9
@ -4626,17 +4626,6 @@ PrintInodeSummary(struct SalvInfo *salvinfo)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
PrintVolumeSummary(struct SalvInfo *salvinfo)
|
||||
{
|
||||
int i;
|
||||
struct VolumeSummary *vsp;
|
||||
|
||||
for (i = 0, vsp = salvinfo->volumeSummaryp; i < salvinfo->nVolumes; vsp++, i++) {
|
||||
Log("fileName:%s, header, wouldNeedCallback\n", vsp->fileName);
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
Fork(void)
|
||||
{
|
||||
|
@ -223,7 +223,6 @@ extern void ObtainSalvageLock(void);
|
||||
extern void ObtainSharedSalvageLock(void);
|
||||
extern void PrintInodeList(struct SalvInfo *salvinfo);
|
||||
extern void PrintInodeSummary(struct SalvInfo *salvinfo);
|
||||
extern void PrintVolumeSummary(struct SalvInfo *salvinfo);
|
||||
extern int QuickCheck(struct SalvInfo *salvinfo, struct InodeSummary *isp,
|
||||
int nVols);
|
||||
extern void RemoveTheForce(char *path);
|
||||
|
Loading…
Reference in New Issue
Block a user