From f32230089ea5a7d5f0fde13037b7129f8c998d05 Mon Sep 17 00:00:00 2001 From: Alessandro Passaro Date: Thu, 15 Feb 2024 13:06:05 +0000 Subject: [PATCH] Remove outdated comment Signed-off-by: Alessandro Passaro --- mountpoint-s3/src/fs.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mountpoint-s3/src/fs.rs b/mountpoint-s3/src/fs.rs index 65ef2ba0d..c6361ea20 100644 --- a/mountpoint-s3/src/fs.rs +++ b/mountpoint-s3/src/fs.rs @@ -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) {