From: Denys Vlasenko Date: Mon, 19 May 2008 06:31:57 +0000 (+1000) Subject: [XFS] Remove unused arg from kmem_free() X-Git-Tag: v2.6.27-rc2~91^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e2d93c29dc39ffd24cac180a19d48f700c0706;p=pandora-kernel.git [XFS] Remove unused arg from kmem_free() kmem_free() function takes (ptr, size) arguments but doesn't actually use second one. This patch removes size argument from all callsites. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31050a Signed-off-by: Denys Vlasenko Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed