]> bbs.cooldavid.org Git - net-next-2.6.git/commit
module: pass load_info into other functions
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Aug 2010 18:59:10 +0000 (12:59 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Aug 2010 03:29:10 +0000 (12:59 +0930)
commit49668688dd5a5f46c72f965835388ed16c596055
treeda42c22348941617e65227a6ef48f1937d840fcc
parent36b0360d17dc3928cc96347a18a3a1cdbb7e506d
module: pass load_info into other functions

Pass the struct load_info into all the other functions in module
loading.  This neatens things and makes them more consistent.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c