Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320973
b: refs/heads/master
c: 120c2bc
h: refs/heads/master
i:
  320971: 6d0381b
v: v3
  • Loading branch information
Jan Kara authored and Al Viro committed Jul 30, 2012
1 parent 80e9ca9 commit 31128a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ca9c3bd8a55956bee291cda5b224f737b0d0cfe
refs/heads/master: 120c2bcad80c0f7c6691ad70f7fb1e709854d725
3 changes: 3 additions & 0 deletions trunk/fs/9p/vfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@ v9fs_vm_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
p9_debug(P9_DEBUG_VFS, "page %p fid %lx\n",
page, (unsigned long)filp->private_data);

/* Update file times before taking page lock */
file_update_time(filp);

v9inode = V9FS_I(inode);
/* make sure the cache has finished storing the page */
v9fs_fscache_wait_on_page_write(inode, page);
Expand Down

0 comments on commit 31128a4

Please sign in to comment.