param: check for tainting before calling set op.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Aug 2014 20:55:23 +0000 (06:25 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 27 Aug 2014 12:24:10 +0000 (21:54 +0930)
commit7a486d3781295b5298cbf9556928a76d26896863
tree7a4d6592ed62a04c125d654f5ea6c15669c67b36
parentfc9740cebc3ab7c65f3c5f6ce0caf3e4969013ca
param: check for tainting before calling set op.

This means every set op doesn't need to call it, and it can move into
params.c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/moduleparam.h
kernel/params.c