Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199425
b: refs/heads/master
c: b5dd328
h: refs/heads/master
i:
  199423: d047568
v: v3
  • Loading branch information
Miklos Szeredi committed May 25, 2010
1 parent ab3ce2a commit 7b18a42
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: 1bf94ca73ea524228b864275efa44373ebb939a0
refs/heads/master: b5dd328537edeb4c1d2e71e344b6c443e0874d90
2 changes: 2 additions & 0 deletions trunk/fs/fuse/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ static void fuse_readpages_end(struct fuse_conn *fc, struct fuse_req *req)
else
SetPageError(page);
unlock_page(page);
page_cache_release(page);
}
if (req->ff)
fuse_file_put(req->ff);
Expand Down Expand Up @@ -589,6 +590,7 @@ static int fuse_readpages_fill(void *_data, struct page *page)
return PTR_ERR(req);
}
}
page_cache_get(page);
req->pages[req->num_pages] = page;
req->num_pages++;
return 0;
Expand Down

0 comments on commit 7b18a42

Please sign in to comment.