You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Sterling Hughes (JIRA)" <ji...@apache.org> on 2016/03/29 20:19:25 UTC

[jira] [Updated] (MYNEWT-74) NFFS - Make sure RAM is freed when a file gets unlinked

     [ https://issues.apache.org/jira/browse/MYNEWT-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sterling Hughes updated MYNEWT-74:
----------------------------------
    Assignee: Marko Kiiskila  (was: Christopher Collins)

> 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: Marko Kiiskila
>             Fix For: v0_8_0_rel
>
>
> 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)