Re: New pre-2.0.31 patches..

Kurt Huwig (kurt@huwig.de)
Tue, 5 Aug 1997 18:38:32 +0200 (CEST)


On Tue, 5 Aug 1997, Dr. Werner Fink wrote:

> The next missed patch: the atime patch ... one of the most used one on
> big news servers :-)
>
> The appened patch is extracted out of David's pre-patch.
[...]
> diff -urN linux-2.0.31-linus/fs/Config.in linux/fs/Config.in
> --- linux-2.0.31-linus/fs/Config.in Tue Aug 5 11:59:23 1997
> +++ linux/fs/Config.in Tue Aug 5 14:41:25 1997
> @@ -8,6 +8,9 @@
> tristate 'Minix fs support' CONFIG_MINIX_FS
> tristate 'Extended fs support' CONFIG_EXT_FS
> tristate 'Second extended fs support' CONFIG_EXT2_FS
> +if [ "$CONFIG_EXT2_FS" = "y" ]; then
> + bool ' NO_ATIME support for ext2 filesystems' CONFIG_EXT2_NOATIME
^^ This is a TAB and not 2 SPACEs and will display bad!
Please replace it by 2 SPACEs!

> +fi
> tristate 'xiafs filesystem support' CONFIG_XIA_FS
>
> # msdos filesystems

Kurt

-------------------------------------------------------------
If you put a PC-formatted disk into a Macintosh, you can read it.
If you put a Mac-formatted disk into a Win95-PC, it asks you
whether it should format it.