diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2017-02-21 21:30:54 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2017-02-21 22:05:26 +0100 |
| commit | 12af982ed6f006c0ff4b73a2dc266d139d490904 (patch) | |
| tree | 4093a7f22678c4425c30cdce1ccd2b3814aef60f /src/ext4.c | |
| parent | 958b570b8fe80913ed607a15a3548cadac8a1195 (diff) | |
ext4_mkfs: add journal node creation support
Diffstat (limited to 'src/ext4.c')
| -rw-r--r-- | src/ext4.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -998,6 +998,8 @@ static int ext4_generic_open2(ext4_file *f, const char *path, int flags, struct ext4_inode_ref child_ref; r = ext4_fs_alloc_inode(fs, &child_ref, is_goal ? ftype : EXT4_DE_DIR); + + ext4_fs_inode_blocks_init(fs, &child_ref); if (r != EOK) break; |
