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
1. When the cache be destoryed, we should call rcu_barrier() to prevent
call_rcu() still works and this also prevent the cache be reused.
2. After simplefs_destroy_inode_cache() function, we need rcu_barrier()
to make sure all memory have be freed.
0 commit comments