From: Chen Gang Date: Mon, 29 Apr 2013 22:05:19 +0000 (-0700) Subject: kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~128^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b2f117f3bf738c1a00a6f64393f1953a740bd4;p=pandora-kernel.git kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees() audit_trim_trees() calls get_tree(). If a failure occurs we must call put_tree(). [akpm@linux-foundation.org: run put_tree() before mutex_lock() for small scalability improvement] Signed-off-by: Chen Gang Cc: Al Viro Cc: Eric Paris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed