CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/20 19:52:52
Modified files:
sbin/pdisk : dump.c partition_map.c partition_map.h pdisk.c
Log message:
Nuke 'writable' field now that it is always in sync with 'rflag'. Since
(!rflag && writable == 0) can't be true remove those warning blocks and
simply leave the not-writable warning when attempting to write the
map. Always show 'w' in the help and rely on the check and warning
in do_write_partition_map() so the user always gets a message.