]> git.baikalelectronics.ru Git - kernel.git/commit
module: use krealloc
authorPekka Enberg <penberg@cs.helsinki.fi>
Tue, 8 May 2007 07:24:58 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:00 +0000 (11:15 -0700)
commitb7acdf1956f0ba2a67e55a0a6399ef40eb306e38
treeaea768f9ea94966d7fca165368ee10adf194525f
parent208767010e3a1d2cc3d478373ebac6f04c740647
module: use krealloc

This converts an open-coded krealloc() to use the shiny new API.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/module.c