Skip to content
Commit d97079e9 authored by Luis Henriques (SUSE)'s avatar Luis Henriques (SUSE) Committed by Ilya Dryomov
Browse files

ceph: fix a memory leak on cap_auths in MDS client



The cap_auths that are allocated during an MDS session opening are never
released, causing a memory leak detected by kmemleak.  Fix this by freeing
the memory allocated when shutting down the MDS client.

Fixes: 1d17de95 ("ceph: save cap_auths in MDS client when session is opened")
Signed-off-by: default avatarLuis Henriques (SUSE) <luis.henriques@linux.dev>
Reviewed-by: default avatarXiubo Li <xiubli@redhat.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent adc52461
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment