git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726447d
)
ext4: Use rcu_barrier() on module unload.
author
Jesper Dangaard Brouer
<hawk@comx.dk>
Mon, 6 Jul 2009 02:29:27 +0000
(22:29 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 6 Jul 2009 02:29:27 +0000
(22:29 -0400)
The ext4 module uses rcu_call() thus it should use rcu_barrier()on
module unload.
The kmem cache ext4_pspace_cachep is sometimes free'ed using
call_rcu() callbacks. Thus, we must wait for completion of call_rcu()
before doing kmem_cache_destroy().
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found