Changeset aab85d90 in mainline for uspace/lib/ext4/src/balloc.c


Ignore:
Timestamp:
2018-08-27T14:17:14Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c606e33, e43d658
Parents:
8867cf6
git-author:
Jiri Svoboda <jiri@…> (2018-08-26 17:15:23)
git-committer:
Jiri Svoboda <jiri@…> (2018-08-27 14:17:14)
Message:

Basic Ext4 filesystem creation (can only create Ext2-old, 1K blocks).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/src/balloc.c

    r8867cf6 raab85d90  
    11/*
     2 * Copyright (c) 2018 Jiri Svoboda
    23 * Copyright (c) 2012 Frantisek Princ
    34 * All rights reserved.
     
    251252        uint64_t itable = ext4_block_group_get_inode_table_first_block(
    252253            bg_ref->block_group, sb);
    253         uint32_t itable_sz = ext4_filesystem_bg_get_itable_size(sb, bg_ref);
     254        uint32_t itable_sz = ext4_filesystem_bg_get_itable_size(sb,
     255            bg_ref->index);
    254256
    255257        if (!ext4_superblock_has_feature_incompatible(sb,
Note: See TracChangeset for help on using the changeset viewer.