patch-2.2.14 linux/fs/read_write.c
Next file: linux/fs/smbfs/proc.c
Previous file: linux/fs/proc/mem.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/read_write.c
- Orig date:
Sun Dec 27 10:52:09 1998
diff -u --recursive --new-file v2.2.13/linux/fs/read_write.c linux/fs/read_write.c
@@ -29,7 +29,7 @@
if (offset != file->f_pos) {
file->f_pos = offset;
file->f_reada = 0;
- file->f_version = ++event;
+ file->f_version = ++global_event;
}
retval = offset;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)