Skip to content

Commit

Permalink
fix diskcache lru bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhongsong committed Oct 19, 2023
1 parent d28d8eb commit c72cb85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion curvefs/src/client/s3/disk_cache_write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ int DiskCacheWrite::RemoveFile(const std::string fileName) {
<< ", errno = " << errno;
return -1;
}
cachedObjName_->MoveBack(fileName);
VLOG(9) << "remove file success, file = " << fileName;
return 0;
}
Expand Down

0 comments on commit c72cb85

Please sign in to comment.