patch-2.2.14 linux/fs/ufs/file.c
Next file: linux/fs/ufs/inode.c
Previous file: linux/fs/super.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/ufs/file.c
- Orig date:
Thu Jan 14 10:31:41 1999
diff -u --recursive --new-file v2.2.13/linux/fs/ufs/file.c linux/fs/ufs/file.c
@@ -111,7 +111,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)