Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164397
b: refs/heads/master
c: bf88c8c
h: refs/heads/master
i:
  164395: fe43ddc
v: v3
  • Loading branch information
Figo.zhang authored and Linus Torvalds committed Sep 22, 2009
1 parent 6ddb271 commit 98e9d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 945a11136ebdfa7fcce319ee6215958e84cb85f6
refs/heads/master: bf88c8c83e4425d17e29daa5354ffb1f8ba7b225
4 changes: 1 addition & 3 deletions trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,9 @@ static int vmap_page_range_noflush(unsigned long start, unsigned long end,
next = pgd_addr_end(addr, end);
err = vmap_pud_range(pgd, addr, next, prot, pages, &nr);
if (err)
break;
return err;
} while (pgd++, addr = next, addr != end);

if (unlikely(err))
return err;
return nr;
}

Expand Down

0 comments on commit 98e9d91

Please sign in to comment.