K 10 svn:author V 3 pfg K 8 svn:date V 27 2013-06-09T01:38:51.450956Z K 7 svn:log V 275 e2fs_bpg and e2fs_isize are always unsigned. The superblock in ext2fs defines all the fields as unsigned but for some reason the in-memory superblock was carrying e2fs_bpg and e2fs_isize as signed. We should preserve the specified types for consistency. MFC after: 5 days END