]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
namei-dont-randomly-full-salvage-20070514
authorRainer Toebbicke <rtb@pclella.cern.ch>
Mon, 14 May 2007 22:42:09 +0000 (22:42 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 14 May 2007 22:42:09 +0000 (22:42 +0000)
FIXES 61300

trivial fix to clear forcep
(inode already does this)

src/vol/namei_ops.c

index 32f628ab2dcacf3ba82dbb9c1e044b4fbba7a7a7..824a8a62494b6d392eee8b97278f228417f136c8 100644 (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) {