Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207234
b: refs/heads/master
c: ba6f0ff
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Aug 10, 2010
1 parent 8e1c2c7 commit b13246b
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: 26ba0cb63cb8df4e45394227f33c938920b11b88
refs/heads/master: ba6f0ff3981e6263ab81ac512f04cca55b85ec81
2 changes: 1 addition & 1 deletion trunk/include/linux/ksm.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static inline struct page *ksm_might_need_to_copy(struct page *page,
struct anon_vma *anon_vma = page_anon_vma(page);

if (!anon_vma ||
(anon_vma == vma->anon_vma &&
(anon_vma->root == vma->anon_vma->root &&
page->index == linear_page_index(vma, address)))
return page;

Expand Down

0 comments on commit b13246b

Please sign in to comment.