Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct stat docstring on blocks' blocksize (#51460)
The block size when reporting `blocks` is _always_ 512, regardless of the filesystem, on all systems we currently know about and support, and in particular is typically not the same as blksize (which is commonly reported as 4096). Fixes #51447
- Loading branch information