Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39348
b: refs/heads/master
c: 887ed2f
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Oct 11, 2006
1 parent 858bcbf commit 32856c6
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: cd0810410beb86c570aeb3dcd3dc1fc5ab9e6077
refs/heads/master: 887ed2f3aecde2ff24e06666932dc5f144745044
2 changes: 1 addition & 1 deletion trunk/mm/truncate.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ invalidate_complete_page2(struct address_space *mapping, struct page *page)
if (page->mapping != mapping)
return 0;

if (PagePrivate(page) && !try_to_release_page(page, 0))
if (PagePrivate(page) && !try_to_release_page(page, GFP_KERNEL))
return 0;

write_lock_irq(&mapping->tree_lock);
Expand Down

0 comments on commit 32856c6

Please sign in to comment.