patch-2.3.99-pre2 linux/drivers/char/sysrq.c
Next file: linux/drivers/i2c/i2c-algo-pcf.c
Previous file: linux/drivers/char/serial.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Mar 15 21:45:27 2000
-  Orig file: 
v2.3.99-pre1/linux/drivers/char/sysrq.c
-  Orig date: 
Sun Feb 20 21:12:39 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/drivers/char/sysrq.c linux/drivers/char/sysrq.c
@@ -203,7 +203,7 @@
 				file->f_mode &= ~2;
 		}
 		file_list_unlock();
-		DQUOT_OFF(dev);
+		DQUOT_OFF(sb);
 		fsync_dev(dev);
 		flags = MS_RDONLY;
 		if (sb->s_op && sb->s_op->remount_fs) {
@@ -212,8 +212,6 @@
 				printk("error %d\n", ret);
 			else {
 				sb->s_flags = (sb->s_flags & ~MS_RMT_MASK) | (flags & MS_RMT_MASK);
-				if ((vfsmnt = lookup_vfsmnt(sb->s_dev)))
-					vfsmnt->mnt_flags = sb->s_flags;
 				printk("OK\n");
 			}
 		} else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)