patch-2.2.0-pre7 linux/fs/ufs/super.c
Next file: linux/include/asm-alpha/core_cia.h
Previous file: linux/fs/ufs/namei.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Jan 8 22:54:18 1999
- Orig file:
v2.2.0-pre6/linux/fs/ufs/super.c
- Orig date:
Fri Jan 8 22:36:14 1999
diff -u --recursive --new-file v2.2.0-pre6/linux/fs/ufs/super.c linux/fs/ufs/super.c
@@ -641,11 +641,14 @@
case UFS_FSSTABLE:
UFSD(("fs is stable\n"))
break;
+ case UFS_FSOSF1:
+ UFSD(("fs is DEC OSF/1\n"))
+ break;
case UFS_FSACTIVE:
printk("ufs_read_super: fs is active\n");
sb->s_flags |= MS_RDONLY;
break;
- case UFS_FSBAD:
+ case UFS_FSBAD:
printk("ufs_read_super: fs is bad\n");
sb->s_flags |= MS_RDONLY;
break;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov