mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
namei-dont-randomly-full-salvage-20070514
FIXES 61300 trivial fix to clear forcep (inode already does this)
This commit is contained in:
parent
1b1c0eda5a
commit
c78b4c61f7
@ -1144,6 +1144,8 @@ ListViceInodes(char *devname, char *mountedOn, char *resultFile,
|
||||
int ninodes;
|
||||
struct afs_stat status;
|
||||
|
||||
*forcep = 0; /* no need to salvage until further notice */
|
||||
|
||||
if (resultFile) {
|
||||
fp = afs_fopen(resultFile, "w");
|
||||
if (!fp) {
|
||||
|
Loading…
Reference in New Issue
Block a user