Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322340
b: refs/heads/master
c: ddb24bb
h: refs/heads/master
v: v3
  • Loading branch information
Prasad Joshi committed Jul 23, 2012
1 parent c6d6f3a commit 9f45abd
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: cd8bfa9c8a13cf3facc5731da17e10188b3795d1
refs/heads/master: ddb24bbac3681b87ae0638aacb702d9273e3c025
2 changes: 1 addition & 1 deletion trunk/fs/logfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static void write_wbuf(struct super_block *sb, struct logfs_area *area,
index = ofs >> PAGE_SHIFT;
page_ofs = ofs & (PAGE_SIZE - 1);

page = find_lock_page(mapping, index);
page = find_or_create_page(mapping, index, GFP_NOFS);
BUG_ON(!page);
memcpy(wbuf, page_address(page) + page_ofs, super->s_writesize);
unlock_page(page);
Expand Down

0 comments on commit 9f45abd

Please sign in to comment.