commit | f0e2d93c29dc39ffd24cac180a19d48f700c0706 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 19 16:31:57 2008 +1000 |
committer | Niv Sardi <xaiki@debian.org> | Mon Jul 28 16:58:07 2008 +1000 |
tree | 5bfac66c6a5cda98373eea222834a37877a590f9 | |
parent | 7c12f296500e1157872ef45b3f3bb06b4b73f1c1 [diff] |
[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 <vda.linux@googlemail.com> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>