From: Paul Gortmaker Date: Wed, 11 Jul 2012 21:35:01 +0000 (-0400) Subject: tipc: limit error messages relating to memory leak to one line X-Git-Tag: v3.6-rc1~125^2~173^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f705ab956b3a0377181c9d73b235ad5bf4020937;p=pandora-kernel.git tipc: limit error messages relating to memory leak to one line With the default name table size of 1024, it is possible that the sanity check in tipc_nametbl_stop could spam out 1024 essentially identical error messages if memory was corrupted or similar. Limit it to issuing no more than a single message. The actual chain number (i.e. 0 --> 1023) wouldn't provide any useful insight if/when such an instance happened, so don't bother printing out that value. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed