• J. R. Okajima's avatar
    aufs: bugfix, possible kmemleak · b49773be
    J. R. Okajima authored
    
    
    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: default avatarJ. R. Okajima <hooanon05g@gmail.com>
    (cherry picked from commit 03836b8128073f92b4e4a1cb54f91d0d7c290d1f)
    b49773be
xino.c 41.4 KB