Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119071
b: refs/heads/master
c: 72eb8c6
h: refs/heads/master
i:
  119069: 3e866e4
  119067: b25143f
  119063: 8f49f6c
  119055: c04ef02
  119039: 45ddee2
v: v3
  • Loading branch information
Helge Deller authored and Linus Torvalds committed Nov 16, 2008
1 parent 1923673 commit 54411f9
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: e14c8bf86350f6c39186a139c5c584a6111b2f01
refs/heads/master: 72eb8c6747b49e41fd2b042510f03ac7c13426fc
2 changes: 1 addition & 1 deletion trunk/mm/mlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static long __mlock_vma_pages_range(struct vm_area_struct *vma,
unsigned long addr = start;
struct page *pages[16]; /* 16 gives a reasonable batch */
int nr_pages = (end - start) / PAGE_SIZE;
int ret;
int ret = 0;
int gup_flags = 0;

VM_BUG_ON(start & ~PAGE_MASK);
Expand Down

0 comments on commit 54411f9

Please sign in to comment.