aufs: bugfix, possible kmemleak
In aufs5.4, kmemleak reported several false positives in
fs/aufs/xino.c. I don't know why, but it may be related to the
"delayed" kfree (by RCU). So I simply replace it by direct kfree()
call.
Signed-off-by:
J. R. Okajima <hooanon05g@gmail.com>
(cherry picked from commit 03836b8128073f92b4e4a1cb54f91d0d7c290d1f)
Please register or sign in to comment