From 58bb1a8c0d5293be139e12d6291429be6fe38b59 Mon Sep 17 00:00:00 2001 From: mkochano Date: Tue, 5 Dec 2000 23:35:42 +0000 Subject: [PATCH] - Added ReiserFS stuff. Changed files: kernel-alpha-BOOT.config -> 1.12 kernel-alpha-smp.config -> 1.21 kernel-alpha.config -> 1.20 kernel-i386-BOOT.config -> 1.20 kernel-i386-smp.config -> 1.8 kernel-i386.config -> 1.29 kernel-i586-smp.config -> 1.27 kernel-i586.config -> 1.27 kernel-i686-smp.config -> 1.30 kernel-i686.config -> 1.31 kernel-sparc-BOOT.config -> 1.5 kernel-sparc-smp.config -> 1.9 kernel-sparc.config -> 1.9 kernel-sparc64-BOOT.config -> 1.5 kernel-sparc64-smp.config -> 1.7 kernel-sparc64.config -> 1.9 --- kernel-alpha-BOOT.config | 2 ++ kernel-alpha-smp.config | 2 ++ kernel-alpha.config | 2 ++ kernel-i386-BOOT.config | 2 ++ kernel-i386-smp.config | 2 ++ kernel-i386.config | 2 ++ kernel-i586-smp.config | 2 ++ kernel-i586.config | 2 ++ kernel-i686-smp.config | 2 ++ kernel-i686.config | 2 ++ kernel-sparc-BOOT.config | 3 ++- kernel-sparc-smp.config | 1 + kernel-sparc.config | 1 + kernel-sparc64-BOOT.config | 2 ++ kernel-sparc64-smp.config | 2 ++ kernel-sparc64.config | 2 ++ 16 files changed, 30 insertions(+), 1 deletion(-) diff --git a/kernel-alpha-BOOT.config b/kernel-alpha-BOOT.config index e15e6cfa..1a73a439 100644 --- a/kernel-alpha-BOOT.config +++ b/kernel-alpha-BOOT.config @@ -866,6 +866,8 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_EFS_FS is not set +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-alpha-smp.config b/kernel-alpha-smp.config index d112533f..8b8040e8 100644 --- a/kernel-alpha-smp.config +++ b/kernel-alpha-smp.config @@ -793,6 +793,8 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_EFS_FS is not set +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-alpha.config b/kernel-alpha.config index 40815fb8..6bf83dfe 100644 --- a/kernel-alpha.config +++ b/kernel-alpha.config @@ -866,6 +866,8 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_EFS_FS is not set +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i386-BOOT.config b/kernel-i386-BOOT.config index 6f59ff2e..f825b9be 100644 --- a/kernel-i386-BOOT.config +++ b/kernel-i386-BOOT.config @@ -581,6 +581,8 @@ CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i386-smp.config b/kernel-i386-smp.config index a255b2c6..172dc535 100644 --- a/kernel-i386-smp.config +++ b/kernel-i386-smp.config @@ -887,6 +887,8 @@ CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i386.config b/kernel-i386.config index e7558f22..d8549f58 100644 --- a/kernel-i386.config +++ b/kernel-i386.config @@ -885,6 +885,8 @@ CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i586-smp.config b/kernel-i586-smp.config index b99337ed..ed1dcc9f 100644 --- a/kernel-i586-smp.config +++ b/kernel-i586-smp.config @@ -891,6 +891,8 @@ CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i586.config b/kernel-i586.config index 1fa64db8..83098bd6 100644 --- a/kernel-i586.config +++ b/kernel-i586.config @@ -908,6 +908,8 @@ CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i686-smp.config b/kernel-i686-smp.config index faf69a40..21564fb4 100644 --- a/kernel-i686-smp.config +++ b/kernel-i686-smp.config @@ -893,6 +893,8 @@ CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-i686.config b/kernel-i686.config index 443f02ac..d4a62ed2 100644 --- a/kernel-i686.config +++ b/kernel-i686.config @@ -891,6 +891,8 @@ CONFIG_UFS_FS=m # CONFIG_UFS_FS_WRITE is not set CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +CONFIG_REISERFS_FS=m +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-sparc-BOOT.config b/kernel-sparc-BOOT.config index ae8c3d5e..7f3e2c93 100644 --- a/kernel-sparc-BOOT.config +++ b/kernel-sparc-BOOT.config @@ -247,8 +247,9 @@ CONFIG_EXT2_FS=y CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y -# CONFIG_REISERFS_FS is not set # CONFIG_EFS_FS is not set +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-sparc-smp.config b/kernel-sparc-smp.config index be903ebf..12eb4168 100644 --- a/kernel-sparc-smp.config +++ b/kernel-sparc-smp.config @@ -305,6 +305,7 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # CONFIG_EFS_FS is not set # diff --git a/kernel-sparc.config b/kernel-sparc.config index 6455f0f3..3513fba4 100644 --- a/kernel-sparc.config +++ b/kernel-sparc.config @@ -305,6 +305,7 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # CONFIG_EFS_FS is not set # diff --git a/kernel-sparc64-BOOT.config b/kernel-sparc64-BOOT.config index 8b00f147..aa9f0c44 100644 --- a/kernel-sparc64-BOOT.config +++ b/kernel-sparc64-BOOT.config @@ -242,6 +242,8 @@ CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y # CONFIG_EFS_FS is not set +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-sparc64-smp.config b/kernel-sparc64-smp.config index 48eda2cc..a72ae0c2 100644 --- a/kernel-sparc64-smp.config +++ b/kernel-sparc64-smp.config @@ -337,6 +337,8 @@ CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems diff --git a/kernel-sparc64.config b/kernel-sparc64.config index 76401891..46ecccda 100644 --- a/kernel-sparc64.config +++ b/kernel-sparc64.config @@ -337,6 +337,8 @@ CONFIG_UFS_FS=m CONFIG_UFS_FS_WRITE=y CONFIG_EFS_FS=m CONFIG_SGI_PARTITION=y +# CONFIG_REISERFS_FS is not set +# CONFIG_REISERFS_CHECK is not set # # Network File Systems -- 2.44.0