From: Jie Liu Date: Sun, 4 Aug 2013 12:06:20 +0000 (+0800) Subject: staging/zcache: Fix memory leak while dropping an o2net_sock_container object X-Git-Tag: v3.12-rc1~183^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f62b7a082e1e9eb762c7329a704316f6e07698;p=pandora-kernel.git staging/zcache: Fix memory leak while dropping an o2net_sock_container object Free sc->sc_page when releasing a struct o2net_sock_container object to avoid memory leaks. This issue has been fixed by Younger Liu for OCFS2, so I sync that patch to zcache as we share the same network code base. Cc: Younger Liu Cc: Bob Liu Cc: Greg Kroah-Hartman Cc: Konrad Rzeszutek Wilk Signed-off-by: Jie Liu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed