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