TheCodeArtist/ext2-parser

superblock structure is missing one field

Closed this issue · 1 comments

The main structure is missing single field:
between state and minor_rev_level there are missing s_errors

os_uint16_t s_state;
os_uint16_t s_errors;   <------------------ MISSING
os_uint16_t s_minor_rev_level;

Thanks @Agile86. I have added the missing field now.
Let me know if you find anything else that needs fixing.