Commits

Vailin Choi committed 350a7864863
Fix for punch list #13 item #1: Odd behavior in the superblock refresh routine. The test "driver_addr != sblock->driver_addr" is failing for superblock version 2 & 3. Fix: there is no driver_addr in superblock version 2 & 3. It should decode the root group object header address (root_addr) and verify accordingly.