Commit ac662d2b authored by J. R. Okajima's avatar J. R. Okajima
Browse files

Merge branch 'aufs5.2/30stdalone' into aufs5.2.5+/30stdalone

parents 8f2c8666 6ce29025
......@@ -1357,7 +1357,8 @@ static void au_xino_release(struct kref *kref)
hlist_bl_lock(hbl);
hlist_bl_for_each_entry_safe(p, pos, n, hbl, node) {
hlist_bl_del(&p->node);
au_kfree_rcu(p);
/* kmemleak reported au_kfree_rcu() doesn't free it */
kfree(p);
}
hlist_bl_unlock(hbl);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment