Whamcloud - gitweb
resize2fs.h:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 17 Jun 1997 05:50:14 +0000 (05:50 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 17 Jun 1997 05:50:14 +0000 (05:50 +0000)
  Remove unused ext2_brel field in the ext2_resize_struct structure.

resize/resize2fs.h

index 4a5ef79..7d68997 100644 (file)
@@ -57,7 +57,6 @@ typedef struct ext2_sim_progress *ext2_sim_progmeter;
 struct ext2_resize_struct {
        ext2_filsys     old_fs;
        ext2_filsys     new_fs;
-       ext2_brel       block_relocate;
        ext2fs_block_bitmap reserve_blocks;
        ext2fs_block_bitmap move_blocks;
        int             needed_blocks;