From: Alex Elder Date: Tue, 24 Jan 2012 16:08:36 +0000 (-0600) Subject: rbd: fix a memory leak in rbd_get_client() X-Git-Tag: v3.3-rc3~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bb59a03dd6767fcc00be09b0c6d9e5294eeea6;p=pandora-kernel.git rbd: fix a memory leak in rbd_get_client() If an existing rbd client is found to be suitable for use in rbd_get_client(), the rbd_options structure is not being freed as it should. Fix that. Signed-off-by: Alex Elder Signed-off-by: Sage Weil --- Reading git-diff-tree failed