]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix kmod return value
authorAndrew Morton <akpm@digeo.com>
Fri, 20 Jun 2003 15:15:08 +0000 (08:15 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 20 Jun 2003 15:15:08 +0000 (08:15 -0700)
commitbcb421eab9e1df9ddfbff4860a3f79f4735d2b93
tree53eff7bd62db6c90c45f98fc0e7301690affe33f
parentbf93adba773ef299b536db4f2a9b11fc4c217522
[PATCH] Fix kmod return value

From: Rusty Russell <rusty@rustcorp.com.au>

Milton Miller <miltonm@bga.com> and Junfeng Yang <yjf@stanford.edu> point
out that we hand a kernel address to sys_wait4 for the status pointer.
This is true, but since we don't have a SIGCHLD handler, it never gets that
far.  Use NULL, and document the fact.
kernel/kmod.c