patch-2.3.9 linux/fs/nfs/write.c
Next file: linux/fs/nfsd/vfs.c
Previous file: linux/fs/nfs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 28 13:18:22 1999
- Orig file:
v2.3.8/linux/fs/nfs/write.c
- Orig date:
Sat Jun 19 11:38:49 1999
diff -u --recursive --new-file v2.3.8/linux/fs/nfs/write.c linux/fs/nfs/write.c
@@ -467,7 +467,7 @@
* The IO completion will then free the page and the dentry.
*/
get_page(page);
- file->f_count++;
+ atomic_inc(&file->f_count);
/* Schedule request */
synchronous = schedule_write_request(req, synchronous);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)