Renamed lfsr_opened_t fields from m -> o

So for example:

  file->m.mdir.mid  =>  file->o.mdir.mid

We already use "o" in opened-list iterations, so this is a bit more
consistent. And it doesn't increase the already obnoxious
file->o.mdir.rbyd.blocks[0] field names...
This commit is contained in:
Christopher Haster
2024-05-17 15:53:52 -05:00
parent d6826cd7d0
commit d617c7af83
2 changed files with 151 additions and 151 deletions
+2 -2
View File
@@ -453,7 +453,7 @@ typedef struct lfsr_data {
//} lfs_dir_t;
typedef struct lfsr_dir {
lfsr_opened_t m;
lfsr_opened_t o;
lfsr_did_t did;
lfs_off_t pos;
} lfsr_dir_t;
@@ -509,7 +509,7 @@ typedef struct lfsr_bshrub {
} lfsr_bshrub_t;
typedef struct lfsr_file {
lfsr_opened_t m;
lfsr_opened_t o;
const struct lfs_file_config *cfg;
// files contain both an active bshrub and staging bshrub, to allow