From: Rainer Toebbicke Date: Mon, 14 May 2007 22:42:09 +0000 (+0000) Subject: namei-dont-randomly-full-salvage-20070514 X-Git-Tag: BP-openafs-windows-kdfs-ifs~705 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c78b4c61f70f6756a79440748ecacea2affec8ab;p=packages%2Fo%2Fopenafs.git namei-dont-randomly-full-salvage-20070514 FIXES 61300 trivial fix to clear forcep (inode already does this) --- diff --git a/src/vol/namei_ops.c b/src/vol/namei_ops.c index 32f628ab2..824a8a624 100644 --- a/src/vol/namei_ops.c +++ b/src/vol/namei_ops.c @@ -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) {