patch-2.1.21 linux/arch/sparc/kernel/sys_sunos.c

Next file: linux/arch/sparc/kernel/unaligned.c
Previous file: linux/arch/sparc/kernel/sparc_ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.20/linux/arch/sparc/kernel/sys_sunos.c linux/arch/sparc/kernel/sys_sunos.c
@@ -779,10 +779,6 @@
 		dev_fname = (char *) data;
 	} else if(strcmp(type, "minix") == 0) {
 		dev_fname = (char *) data;
-	} else if(strcmp(type, "ext") == 0) {
-		dev_fname = (char *) data;
-	} else if(strcmp(type, "xiafs") == 0) {
-		dev_fname = (char *) data;
 	} else if(strcmp(type, "nfs") == 0) {
 		return sunos_nfs_mount (dir, flags, data);
         } else if(strcmp(type, "ufs") == 0) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov