You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; Even though README says we must report to Jira, I found that Jira is deprecated. So here I go.
nffs_write_append() gets a pointer to struct nffs_cache_inode as the first argument. Unfortunately, the function calls nffs_block_entry_reserve() as the first thing in the the function. Because nffs_block_entry_reserve() might invalidate the given cache in low memory situation, subsequent accesses to the cache must be protected by nffs_cache_inode_ensure().
The text was updated successfully, but these errors were encountered:
;; Even though README says we must report to Jira, I found that Jira is deprecated. So here I go.
nffs_write_append()
gets a pointer tostruct nffs_cache_inode
as the first argument. Unfortunately, the function callsnffs_block_entry_reserve()
as the first thing in the the function. Becausenffs_block_entry_reserve()
might invalidate the given cache in low memory situation, subsequent accesses to the cache must be protected bynffs_cache_inode_ensure()
.The text was updated successfully, but these errors were encountered: