Author: wmb Date: 2010-01-10 11:50:45 +0100 (Sun, 10 Jan 2010) New Revision: 1658
Modified: ofw/fs/ext2fs/bitmap.fth Log: Corrected a comment in the last checkin.
Modified: ofw/fs/ext2fs/bitmap.fth =================================================================== --- ofw/fs/ext2fs/bitmap.fth 2010-01-10 10:49:32 UTC (rev 1657) +++ ofw/fs/ext2fs/bitmap.fth 2010-01-10 10:50:45 UTC (rev 1658) @@ -164,7 +164,7 @@ : update-gds ( -- ) gd-modified? if \ Copy group descriptors to backup locations - \ XXX if SPARSE_SUPER, then write only to groups 0,1, and powers of 3,5,7 + \ If SPARSE_SUPER, then write only to groups 0,1, and powers of 3,5,7 \ One way to find out, other than checking the numbers, is to inspect \ the block bitmap number in the group descriptor. If it is larger than \ the calculated block number, do the backup.
openfirmware@openfirmware.info