commit | 984bdab4564ac257d6d07f612cd0e42d9410640f | [log] [tgz] |
---|---|---|
author | Franciszek Zdobylak <fzdobylak@antmicro.com> | Fri May 19 11:33:24 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 03 12:22:01 2023 -0400 |
tree | a065fb29ee1d133e640f1c04e04709a33f76acf0 | |
parent | 16183f665ecb96d83bb024726a8ff5b983d675c0 [diff] |
fs: ext2: update how memory is allocated in ext2 - `ext2_file` and `ext2_dir` merged into one struct and allocated from dedicated slab - `ext2_inode` allocated from dedicated slab - `ext2_disk_dentry` allocated from heap (because their size is not constant) - `ext2_bgroup` and `ext2_disk_superblock` statically allocated Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>