]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: fix memory leak
authorNoah Watkins <noahwatkins@gmail.com>
Mon, 22 Aug 2011 19:49:41 +0000 (13:49 -0600)
committerSage Weil <sage@newdream.net>
Mon, 22 Aug 2011 20:06:59 +0000 (13:06 -0700)
commit557c11b668b65ca819f20343f509d0b62745f25a
tree9e402d904c854dc561526b80ad0f8977f42c5fbd
parent364154b9f76ca3871f39c3f0e99f52f705a16af8
ceph: fix memory leak

kfree does not clean up indirect allocations in
ceph_fs_client and ceph_options (e.g. snapdir_name).

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/super.c