You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be using sb.s_desc_size if sb.s_rev_level == 1 and 32 if ifsb.s_rev_level == 0` over here because in ext4 the block group descriptor could be larger.
You should be using
sb.s_desc_sizeifsb.s_rev_level == 1and32ififsb.s_rev_level == 0` over here because in ext4 the block group descriptor could be larger.