CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/29 15:51:43
Modified files:
sbin/pdisk : dpme.h dump.c file_media.c file_media.h
partition_map.c partition_map.h
Log message:
Fold struct block0 into struct partition map. There can be only one
and read/write_block0() can move the data from/to disk to/from
appropriate fields anywhere. Removes a bunch of dereferencing,
malloc'ing and pointer checking.
