Renamed lfsr_rattr_t -> lfsr_rat_t

We already have lfsr_cat_t so...

lfsr_rattr_t is a pretty fundamental type for littlefs, unfortunately
the name "rattr" is a mouthful. Shortening this to just "rat" hopefully
makes things easier to read at the cost of it being a bit less clear
what lfsr_rat_t actually is.

Though it's possible I've been staring at the dwarf spec (DW_AT_*) for
too long...
This commit is contained in:
Christopher Haster
2024-12-27 00:28:53 -06:00
parent 62cc4dbb14
commit 11115dbe81
7 changed files with 2323 additions and 2323 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ typedef struct lfs {
lfs_off_t file_limit;
int8_t recycle_bits;
uint8_t rattr_estimate;
uint8_t rat_estimate;
uint8_t mdir_bits;
// linked-list of opened mdirs