Re: Driver-Core: devtmpfs - remove EXPERIMENTAL and enable it bydefault

From: Greg KH
Date: Fri Jan 15 2010 - 13:05:05 EST


On Fri, Jan 15, 2010 at 03:08:34PM +0100, Stefan Richter wrote:
> Kay Sievers wrote:
> > config DEVTMPFS_MOUNT
> > - bool "Automount devtmpfs at /dev"
> > + bool "Automount devtmpfs at /dev, after the kernel mouted the rootfs"
>
> mouted -> mounted
>
> > depends on DEVTMPFS
> > + default y
> > help
> > - This will mount devtmpfs at /dev if the kernel mounts the root
> > - filesystem. It will not affect initramfs based mounting.
> > - If unsure, say N here.
> > + This will instruct the kernel to automatically mount the
> > + devtmpfs filesystem at /dev, directly after the kernel has
> > + mounted the root filesystem. The behavior can be overridden
> > + with the commandline parameter: devtmpfs.mount=0|1.
> > + This option does not affect initramfs based booting, here
> > + the devtmpfs filesystem always needs to be mouted manually
>
> Here too.

Thanks for the review, I've edited the patch to include these spelling
changes.

greg k-h
--
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/