Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
44a1bdda
Commit
44a1bdda
authored
Feb 29, 2020
by
J. R. Okajima
Browse files
Merge branch 'aufs5.0/00base' into aufs5.0/01modular
parents
e0e458ff
b49773be
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/aufs/xino.c
View file @
44a1bdda
...
...
@@ -1344,7 +1344,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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment