Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48503
b: refs/heads/master
c: 30fcffe
h: refs/heads/master
i:
  48501: 7459b8a
  48499: e7455f1
  48495: f02dc42
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Feb 15, 2007
1 parent 7a3c902 commit d6bcce0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 724339d76d9407cd1a8ad32a9c1fdf64840cc51b
refs/heads/master: 30fcffed8149df18592b3e006b829232b7b3844f
5 changes: 5 additions & 0 deletions trunk/mm/mincore.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,13 @@ static long do_mincore(unsigned long addr, unsigned char *vec, unsigned long pag
/* migration entries are always uptodate */
present = 1;
} else {
#ifdef CONFIG_SWAP
pgoff = entry.val;
present = mincore_page(&swapper_space, pgoff);
#else
WARN_ON(1);
present = 1;
#endif
}
}
}
Expand Down

0 comments on commit d6bcce0

Please sign in to comment.