Re: [PATCH] Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev

From: Kay Sievers
Date: Tue Aug 11 2009 - 21:20:46 EST


On Mon, Aug 10, 2009 at 17:54, Pavel Machek<pavel@xxxxxx> wrote:

>> > > +#if defined CONFIG_DEVTMPFS_MOUNT
>> > > +static int dev_mount = 1;
>> > > +#else
>> > > +static int dev_mount;
>> > > +#endif
>> >
>> >
>> > A bit too many config options?
>>
>> It's only 1 option, is that 1 too many for you?
>
> It is two, and this option duplicates Âcommandline
> option. Maybe its better to use config_cmdline at that point?

Sure, if you want to do that, I wouldn't mind to drop the
CONFIG_DEVTMPFS_MOUNT, if we mount it by default, and have the command
line to overwrite the setting.

Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/