git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c12f29
)
[XFS] Remove unused arg from kmem_free()
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 19 May 2008 06:31:57 +0000
(16:31 +1000)
committer
Niv Sardi
<xaiki@debian.org>
Mon, 28 Jul 2008 06:58:07 +0000
(16:58 +1000)
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>
No differences found