Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53545
b: refs/heads/master
c: 9315f13
h: refs/heads/master
i:
  53543: 75cacfa
v: v3
  • Loading branch information
Mark Fasheh committed May 2, 2007
1 parent 9c18a85 commit 3b24694
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: 5fdf1e677127cb460c38733b9586b772d657be43
refs/heads/master: 9315f130e11249457f5c3a7f74ee82a7065bd854
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ static ssize_t ocfs2_write(struct file *file, u32 phys, handle_t *handle,
for(i = 0; i < numpages; i++) {
index = start + i;

cpages[i] = grab_cache_page(mapping, index);
cpages[i] = find_or_create_page(mapping, index, GFP_NOFS);
if (!cpages[i]) {
ret = -ENOMEM;
mlog_errno(ret);
Expand Down

0 comments on commit 3b24694

Please sign in to comment.