patch-2.4.5 linux/fs/ufs/super.c
Next file: linux/fs/umsdos/inode.c
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed May 16 10:31:27 2001
- Orig file:
v2.4.4/linux/fs/ufs/super.c
- Orig date:
Tue Apr 17 23:16:39 2001
diff -u --recursive --new-file v2.4.4/linux/fs/ufs/super.c linux/fs/ufs/super.c
@@ -230,9 +230,6 @@
va_start (args, fmt);
vsprintf (error_buf, fmt, args);
va_end (args);
- /* this is to prevent panic from syncing this filesystem */
- if (sb->s_lock)
- sb->s_lock = 0;
sb->s_flags |= MS_RDONLY;
printk (KERN_CRIT "UFS-fs panic (device %s): %s: %s\n",
kdevname(sb->s_dev), function, error_buf);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)