Skip to content

Commit

Permalink
Fix typo in README.md (#5339)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjustus authored Dec 13, 2024
1 parent 74e0ee2 commit 398756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Result: PASS
Aside from the POSIX features covered by pjdfstest, JuiceFS also provides:

- **Close-to-open consistency**. Once a file is written _and_ closed, it is guaranteed to view the written data in the following opens and reads from any client. Within the same mount point, all the written data can be read immediately.
- Rename and all other metadata operations are atomic, which are guaranteed by supported metadada engine transaction.
- Rename and all other metadata operations are atomic, which are guaranteed by supported metadata engine transaction.
- Opened files remain accessible after unlink from same mount point.
- Mmap (tested with FSx).
- Fallocate with punch hole support.
Expand Down

0 comments on commit 398756d

Please sign in to comment.