Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 14 Nov 2002 12:38:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 14 Nov 2002 12:36:35 -0500 Received: from dp.samba.org ([66.70.73.150]:57836 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Thu, 14 Nov 2002 12:36:16 -0500 From: Rusty Russell To: Andrey Panin Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Module parameters reimplementation 0/4 In-reply-to: Your message of "Thu, 14 Nov 2002 18:03:42 +0300." <20021114150325.GA313@pazke.ipt> Date: Fri, 15 Nov 2002 04:35:57 +1100 Message-Id: <20021114174310.91F402C2A5@lists.samba.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 28 In message <20021114150325.GA313@pazke.ipt> you write: > > --BwCQnh7xodEAoBMC > Content-Type: text/plain; charset=utf-8 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On =D0=A7=D1=82=D0=B2, =D0=9D=D0=BE=D1=8F 14, 2002 at 03:23:00 +1100, Rusty= > Russell wrote: > > Types "short", "ushort", "int", "ulong", "bool", "invbool" etc are > > implemented pre-canned. You can define your own, see linux/params.h > > for how. > Why not u8, u16, u32 etc ? I could have, but in practice that doesn't seem to be how people use them. But that may be a legacy of MODULE_PARM(). If I guessed wrong, more can be added trivially. Cheers, Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/