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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user