Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263249
b: refs/heads/master
c: 478e084
h: refs/heads/master
i:
  263247: 6ca9b4a
v: v3
  • Loading branch information
Johannes Weiner authored and Miklos Szeredi committed Aug 8, 2011
1 parent 30cf998 commit e42dda1
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: b40cdd56dfa065c0832905e266b39f79419e6914
refs/heads/master: 478e0841b3dce3edc2c67bf0fc51af30f582e9e2
3 changes: 3 additions & 0 deletions trunk/fs/fuse/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/compat.h>
#include <linux/swap.h>

static const struct file_operations fuse_direct_io_file_operations;

Expand Down Expand Up @@ -834,6 +835,8 @@ static ssize_t fuse_fill_write_pages(struct fuse_req *req,
pagefault_enable();
flush_dcache_page(page);

mark_page_accessed(page);

if (!tmp) {
unlock_page(page);
page_cache_release(page);
Expand Down

0 comments on commit e42dda1

Please sign in to comment.