mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
debugfs: fix mknod command so that it updates the block group statistics
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
4df6a37bd3
commit
e1e961cb80
@ -1747,8 +1747,7 @@ void do_mknod(int argc, char *argv[])
|
||||
}
|
||||
if (ext2fs_test_inode_bitmap2(current_fs->inode_map,newfile))
|
||||
com_err(argv[0], 0, "Warning: inode already set");
|
||||
ext2fs_mark_inode_bitmap2(current_fs->inode_map, newfile);
|
||||
ext2fs_mark_ib_dirty(current_fs);
|
||||
ext2fs_inode_alloc_stats2(current_fs, newfile, +1, 0);
|
||||
memset(&inode, 0, sizeof(inode));
|
||||
inode.i_mode = mode;
|
||||
inode.i_atime = inode.i_ctime = inode.i_mtime =
|
||||
|
Loading…
Reference in New Issue
Block a user