make freeing super_block rcu-delayed
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -149,7 +149,7 @@ static void destroy_super(struct super_block *s)
|
||||
WARN_ON(!list_empty(&s->s_mounts));
|
||||
kfree(s->s_subtype);
|
||||
kfree(s->s_options);
|
||||
kfree(s);
|
||||
kfree_rcu(s, rcu);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user