From: Eric Paris Date: Tue, 23 Nov 2010 23:18:37 +0000 (-0500) Subject: inotify: stop kernel memory leak on file creation failure X-Git-Tag: v2.6.37-rc7~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ae4cc9a16e211c8a128ba10d22a85431f093ab;p=pandora-kernel.git inotify: stop kernel memory leak on file creation failure If inotify_init is unable to allocate a new file for the new inotify group we leak the new group. This patch drops the reference on the group on file allocation failure. Reported-by: Vegard Nossum cc: stable@kernel.org Signed-off-by: Eric Paris --- Reading git-diff-tree failed