Renamed fbuffer_size -> file_buffer_size

This commit is contained in:
Christopher Haster
2024-05-30 11:52:07 -05:00
parent 50fc0ed680
commit 1ecb346cec
12 changed files with 224 additions and 224 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ struct lfs_config {
// Size of file buffers in bytes. In addition to filesystem-wide
// read/prog buffers, each file gets its own buffer to reduce disk
// accesses.
lfs_size_t fbuffer_size;
lfs_size_t file_buffer_size;
// Size of the lookahead buffer in bytes. A larger lookahead buffer
// increases the number of blocks found during an allocation pass. The