[PATCH] Don't inherit ->splice_pipe across forks
authorJens Axboe <axboe@suse.de>
Thu, 20 Apr 2006 11:05:33 +0000 (13:05 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 20 Apr 2006 11:05:33 +0000 (13:05 +0200)
commita0aa7f68afeeb92f6274b395177c20e617c8ed2d
tree6750a82e5799dd2fe9cd8eb8320a98107f0f5d05
parent7daac4902053045450fa29db42aba19a4581f850
[PATCH] Don't inherit ->splice_pipe across forks

It's really task private, so clear that field on fork after copying
task structure.

Signed-off-by: Jens Axboe <axboe@suse.de>
kernel/fork.c