Whamcloud - gitweb
Fix superblock field s_blocks_count for bigalloc file systems
authorTheodore Ts'o <tytso@mit.edu>
Thu, 16 Jun 2011 05:38:43 +0000 (01:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Jun 2011 05:38:43 +0000 (01:38 -0400)
commitfe75afbf33389f71f8588af388d0c01db0cbf753
treeb2fd6e1a157b717842c3fbd533b529ba9b92e954
parenta3efe4842054175d01b465fbe0b29b9be8b800a1
Fix superblock field s_blocks_count for bigalloc file systems

Treat the s_blocks_count field in the superblock as a free block count
(instead of the number of free clusters) for bigalloc file systems.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass5.c
e2fsck/super.c
lib/ext2fs/initialize.c
misc/mke2fs.c
misc/tune2fs.c