Skip to content

Commit

Permalink
Fix the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Volodkin <[email protected]>
  • Loading branch information
Vlad Volodkin committed Dec 4, 2024
1 parent 399fbe2 commit e535eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mountpoint-s3/tests/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1482,8 +1482,8 @@ async fn test_readdir_rewind_with_local_files_only() {
}

// Check that request with an out-of-order offset which is in bounds of previously cached response is served well.
// This is relevant for situation when user application is interrupted in a readdir system call, which makes kernel
// to partially discard previous response and request some entires from it again:
// This is relevant for situation when user application is interrupted in a readdir system call, which makes the
// kernel partially discard previous response and request some entries from it again:
//
// FUSE( 10) READDIRPLUS fh FileHandle(1), offset 0, size 4096
// FUSE( 11) INTERRUPT unique RequestId(10)
Expand Down

0 comments on commit e535eca

Please sign in to comment.