patch-2.2.14 linux/fs/ext2/file.c
Next file: linux/fs/ext2/fsync.c
Previous file: linux/fs/ext2/balloc.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Jan  4 10:12:23 2000
-  Orig file: 
v2.2.13/linux/fs/ext2/file.c
-  Orig date: 
Tue Jan  4 11:10:40 2000
diff -u --recursive --new-file v2.2.13/linux/fs/ext2/file.c linux/fs/ext2/file.c
@@ -131,7 +131,7 @@
 	if (offset != file->f_pos) {
 		file->f_pos = offset;
 		file->f_reada = 0;
-		file->f_version = ++event;
+		file->f_version = ++global_event;
 	}
 	return offset;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)