Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro committed Feb 15, 2024
1 parent c2046be commit f322300
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mountpoint-s3/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1131,10 +1131,6 @@ where
// process. In many cases, the child will then immediately close (flush) the duplicated
// file descriptors. We will not complete the upload if we can detect that the process
// invoking flush is different from the one that originally opened the file.
//
// The same for read path. We want to stop the prefetcher and decrease the reader count
// as soon as users close a file descriptor so that we don't block users from doing other
// operation like overwrite the file.
let file_handle = {
let file_handles = self.file_handles.read().await;
match file_handles.get(&fh) {
Expand Down

0 comments on commit f322300

Please sign in to comment.