From: Tetsuo Handa Date: Tue, 26 Jan 2010 11:45:27 +0000 (+0900) Subject: TOMOYO: Remove usage counter for temporary memory. X-Git-Tag: v2.6.34-rc1~228^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2d39a1665e680c095545993aac2fcac6916eb9;p=pandora-kernel.git TOMOYO: Remove usage counter for temporary memory. TOMOYO was using own memory usage counter for detecting memory leak. But as kernel 2.6.31 introduced memory leak detection mechanism ( CONFIG_DEBUG_KMEMLEAK ), we no longer need to have own counter. We remove usage counter for memory used for permission checks, but we keep usage counter for memory used for policy so that we can apply quota. Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed