From: Cyrill Gorcunov Date: Tue, 27 Jul 2010 15:56:07 +0000 (-0400) Subject: ext4: Fix potential memory leak in ext4_fill_super X-Git-Tag: v2.6.36-rc1~501^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc7dae3cb21184a317f10a12250bd8d6f458077;p=pandora-kernel.git ext4: Fix potential memory leak in ext4_fill_super Under heavy memory pressure we may hit out of memory situation and as result kstrdup'ed options will not be freed. Fix it. Signed-off-by: Cyrill Gorcunov Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed