• Andrew Morton's avatar
    [PATCH] module parameter array fixes · 206a70f2
    Andrew Morton authored
    From: Rusty Russell <rusty@rustcorp.com.au>
    
    Found this while converting netfilter modules to use the new
    parameters.  Also fixes an out-by-one error in maximum elements you
    can put in array.
    
    The current "intarray" module params were never tested, and um, suck.
    Only one person uses them, and it looks painful.
    
    Since noone uses them, replace them with tested versions.
    206a70f2
module.c 48.6 KB