Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91804
b: refs/heads/master
c: 26defe3
h: refs/heads/master
v: v3
  • Loading branch information
Petr Tesarik authored and Linus Torvalds committed Apr 22, 2008
1 parent 51fc921 commit 9adc128
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: 807501475fce0ebe68baedf87f202c3e4ee0d12c
refs/heads/master: 26defe34e48e18b058b773f60467729c64917490
2 changes: 1 addition & 1 deletion trunk/drivers/block/brd.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static struct page *brd_insert_page(struct brd_device *brd, sector_t sector)
#ifndef CONFIG_BLK_DEV_XIP
gfp_flags |= __GFP_HIGHMEM;
#endif
page = alloc_page(GFP_NOIO | __GFP_HIGHMEM | __GFP_ZERO);
page = alloc_page(gfp_flags);
if (!page)
return NULL;

Expand Down

0 comments on commit 9adc128

Please sign in to comment.