Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9781
b: refs/heads/master
c: 1cc956e
h: refs/heads/master
i:
  9779: 3a64599
v: v3
  • Loading branch information
Tom Zanussi authored and Linus Torvalds committed Oct 10, 2005
1 parent 852f85b commit b36532e
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: eb1b74e097db51a213600e8c776db754d7056e6a
refs/heads/master: 1cc956e12aedfdc6baf6312bc36a6b5a71af3c9d
2 changes: 1 addition & 1 deletion trunk/fs/relayfs/buffers.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static void *relay_alloc_buf(struct rchan_buf *buf, unsigned long size)
if (unlikely(!buf->page_array[i]))
goto depopulate;
}
mem = vmap(buf->page_array, n_pages, GFP_KERNEL, PAGE_KERNEL);
mem = vmap(buf->page_array, n_pages, VM_MAP, PAGE_KERNEL);
if (!mem)
goto depopulate;

Expand Down

0 comments on commit b36532e

Please sign in to comment.