mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-11-16 04:24:35 +00:00
Remove inline_files_max and lfs_t entry for metadata_max
This commit is contained in:
10
lfs.h
10
lfs.h
@@ -262,14 +262,6 @@ struct lfs_config {
|
||||
// can help bound the metadata compaction time. Must be <= block_size.
|
||||
// Defaults to block_size when zero.
|
||||
lfs_size_t metadata_max;
|
||||
|
||||
// Optional upper limit on inline files in bytes. On devices with large
|
||||
// blocks (e.g. 128kB) setting this to a low size or disabling inline files
|
||||
// can help bound file read overhead. Must be <= LFS_FILE_MAX. Defaults to
|
||||
// block_size/8 when zero.
|
||||
//
|
||||
// Set to -1 to disable inline files.
|
||||
lfs_ssize_t inline_file_max;
|
||||
};
|
||||
|
||||
// File info structure
|
||||
@@ -420,8 +412,6 @@ typedef struct lfs {
|
||||
lfs_size_t name_max;
|
||||
lfs_size_t file_max;
|
||||
lfs_size_t attr_max;
|
||||
lfs_size_t metadata_max;
|
||||
lfs_ssize_t inline_file_max;
|
||||
|
||||
#ifdef LFS_MIGRATE
|
||||
struct lfs1 *lfs1;
|
||||
|
||||
Reference in New Issue
Block a user