namei-dont-randomly-full-salvage-20070514

FIXES 61300

trivial fix to clear forcep
(inode already does this)
This commit is contained in:
Rainer Toebbicke 2007-05-14 22:42:09 +00:00 committed by Derrick Brashear
parent 1b1c0eda5a
commit c78b4c61f7

View File

@ -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) {