Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218829
b: refs/heads/master
c: 8117f98
h: refs/heads/master
i:
  218827: 600ed71
v: v3
  • Loading branch information
Namhyung Kim authored and Jan Kara committed Oct 27, 2010
1 parent eb06196 commit 5dbd024
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: 2b23976908d9f8406f8b10b86c83b2cee302bc7d
refs/heads/master: 8117f98c058dbe463eaba2b51b84d19bd5d78804
2 changes: 1 addition & 1 deletion trunk/fs/jbd/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ do_get_write_access(handle_t *handle, struct journal_head *jh,
J_EXPECT_JH(jh, buffer_uptodate(jh2bh(jh)),
"Possible IO failure.\n");
page = jh2bh(jh)->b_page;
offset = ((unsigned long) jh2bh(jh)->b_data) & ~PAGE_MASK;
offset = offset_in_page(jh2bh(jh)->b_data);
source = kmap_atomic(page, KM_USER0);
memcpy(jh->b_frozen_data, source+offset, jh2bh(jh)->b_size);
kunmap_atomic(source, KM_USER0);
Expand Down

0 comments on commit 5dbd024

Please sign in to comment.