Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Jan 7, 2025
1 parent 0960c08 commit 8f9bea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/src/default_raw_filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ impl<T: PathFileSystem> RawFileSystem for DefaultRawFileSystem<T> {
.remove(fh)
.ok_or(Errno::from(libc::EBADF))?;

// todo: handle race condition
// todo: need to handle racing condition
if file_entry.is_ok() {
let mut file = opened_file.lock().await;
file.close().await
Expand Down

0 comments on commit 8f9bea8

Please sign in to comment.