commit | dfd845b131735552091879b3e9384a7c35f1a85d | [log] [tgz] |
---|---|---|
author | Franciszek Zdobylak <fzdobylak@antmicro.com> | Fri Mar 17 11:07:31 2023 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 03 12:22:01 2023 -0400 |
tree | e856c17371aa97c212bd764cf0de08a2a55b4217 | |
parent | 1169e09fab05e1d40980e8f24acb2998cf95b956 [diff] |
fs: ext2: fix blocks and inodes handling Changes: - Added few assertions to check if some assumptions are correct - Fix removing blocks during trucate and inode removal - Clear entry in inode table after inode has been removed Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>