Christopher Collins created MYNEWT-74:
-----------------------------------------
Summary: NFFS - Make sure RAM is freed when a file gets unlinked
Key: MYNEWT-74
URL: https://issues.apache.org/jira/browse/MYNEWT-74
Project: Mynewt
Issue Type: Bug
Components: NFFS
Reporter: Christopher Collins
Assignee: Christopher Collins
When a file gets deleted (and all open handles closed), the following objects
should get freed from RAM:
* File's inode entry
* The file's last data block (the only one stored in RAM)
* Hash entry for the inode entry.
* Hash entries for each of the file's data blocks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)