Whamcloud - gitweb
mke2fs.c (main): Zap the second sector of the disk, along with
authorAndreas Dilger <adilger@clusterfs.com>
Thu, 30 Aug 2001 21:39:04 +0000 (15:39 -0600)
committerAndreas Dilger <adilger@clusterfs.com>
Thu, 30 Aug 2001 21:39:04 +0000 (15:39 -0600)
commit59f27247f81fb662ef3b2589b3cceb198ff4dbca
tree93b2dc3347435cbec58a25639fb0281eeeff7a31
parent177a9acef49dce775284e6dc00e8c7010a8222e6
mke2fs.c (main): Zap the second sector of the disk, along with
        any sectors in the same filesystem block after the superblock.
        The latter will remove (for example) swapspace signatures
        on 4kB+ blocksize filesystems.  Also when zeroing the "end"
        of the filesystem don't actually zero the start of a very
        small device (less than 128kB).
e2fsck/pass1.c
misc/ChangeLog
misc/mke2fs.c