2001-09-19 Theodore Tso <tytso@valinux.com>
+ * tune2fs.c (remove_journal_inode): Remove dead code that wasn't
+ in use.
+
* tune2fs.8.in: Update man page to reflect the fact that adding or
removing a journal doesn't require running e2fsck.
struct ext2_inode inode;
errcode_t retval;
ino_t ino = fs->super->s_journal_inum;
- int group;
retval = ext2fs_read_inode(fs, ino, &inode);
if (retval) {
}
memset(&inode, 0, sizeof(inode));
ext2fs_mark_bb_dirty(fs);
- group = ext2fs_group_of_ino(fs, ino);
fs->flags &= ~EXT2_FLAG_SUPER_ONLY;
} else
inode.i_flags &= ~EXT2_IMMUTABLE_FL;