Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325
b: refs/heads/master
c: 8462e20
h: refs/heads/master
i:
  323: de0ea23
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Apr 19, 2005
1 parent 0d0c41d commit 4890948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e2cdef8c847b480529b7e26991926aab4be008e6
refs/heads/master: 8462e201756dd3bbe7e542106fc6fd6fe059cee2
3 changes: 0 additions & 3 deletions trunk/mm/mincore.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ asmlinkage long sys_mincore(unsigned long start, size_t len,
if (start & ~PAGE_CACHE_MASK)
goto einval;

if (start < FIRST_USER_PGD_NR * PGDIR_SIZE)
goto enomem;

limit = TASK_SIZE;
if (start >= limit)
goto enomem;
Expand Down

0 comments on commit 4890948

Please sign in to comment.