Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319985
b: refs/heads/master
c: 98c350c
h: refs/heads/master
i:
  319983: 1ad506f
v: v3
  • Loading branch information
Justin Lecher authored and Linus Torvalds committed Jul 31, 2012
1 parent d4588eb commit a1da2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 668f06b9fb846ecedb73964ca5dd95ce441707be
refs/heads/master: 98c350cda2c14a343d34ea01a3d9c24fea5ec66d
2 changes: 1 addition & 1 deletion trunk/fs/cachefiles/rdwr.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ int cachefiles_write_page(struct fscache_storage *op, struct page *page)
* own time */
path.mnt = cache->mnt;
path.dentry = object->backer;
file = dentry_open(&path, O_RDWR, cache->cache_cred);
file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->cache_cred);
if (IS_ERR(file)) {
ret = PTR_ERR(file);
} else {
Expand Down

0 comments on commit a1da2fb

Please sign in to comment.