Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320975
b: refs/heads/master
c: 14ae417
h: refs/heads/master
i:
  320973: 31128a4
  320971: 6d0381b
  320967: 3a59811
  320959: 4e8b1e8
v: v3
  • Loading branch information
Jan Kara authored and Al Viro committed Jul 30, 2012
1 parent 143e0c7 commit 6c5db1e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a63e9b2e76632b3ccb0f33f43484c0c64d601849
refs/heads/master: 14ae417c6faf28b6e8ec60cc2aa0eaa19453a41c
2 changes: 2 additions & 0 deletions trunk/fs/sysfs/bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ static int bin_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
ret = 0;
if (bb->vm_ops->page_mkwrite)
ret = bb->vm_ops->page_mkwrite(vma, vmf);
else
file_update_time(file);

sysfs_put_active(attr_sd);
return ret;
Expand Down

0 comments on commit 6c5db1e

Please sign in to comment.