]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()
authorValerie Aurora Henson <vaurora@redhat.com>
Tue, 8 Sep 2009 00:46:34 +0000 (20:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 8 Sep 2009 00:46:34 +0000 (20:46 -0400)
commit4efbac6fed75c29d3d5f1b676b932754653a2ac5
treeb5abaa3d97e473970064e649d9ed6f661b447a22
parenta63745e81cbb476b90c75ca3ca60b9ba4be95cae
Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()

Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com>
Signed-off-by: Nick Dokos <nicholas.dokos@hp.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
41 files changed:
debugfs/debugfs.c
debugfs/logdump.c
debugfs/lsdel.c
debugfs/unused.c
e2fsck/badblocks.c
e2fsck/journal.c
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/pass5.c
e2fsck/super.c
e2fsck/unix.c
ext2ed/init.c
ext2ed/super_com.c
lib/ext2fs/alloc.c
lib/ext2fs/alloc_sb.c
lib/ext2fs/alloc_stats.c
lib/ext2fs/alloc_tables.c
lib/ext2fs/bb_inode.c
lib/ext2fs/block.c
lib/ext2fs/bmove.c
lib/ext2fs/check_desc.c
lib/ext2fs/closefs.c
lib/ext2fs/csum.c
lib/ext2fs/ext_attr.c
lib/ext2fs/icount.c
lib/ext2fs/initialize.c
lib/ext2fs/mkjournal.c
lib/ext2fs/openfs.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/tst_badblocks.c
misc/Makefile.in
misc/e2freefrag.c
misc/e2image.c
misc/findsuper.c
misc/mke2fs.c
misc/tune2fs.c
misc/util.c
resize/main.c
resize/online.c
resize/resize2fs.c
tests/progs/test_icount.c