git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc31f9
)
- remove redundant merge conflict
author
Mark Huang
<mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 00:14:07 +0000
(
00:14
+0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Sun, 21 Aug 2005 00:14:07 +0000
(
00:14
+0000)
mm/memory.c
patch
|
blob
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index
0e6ce2a
..
dcd0d52
100644
(file)
--- a/
mm/memory.c
+++ b/
mm/memory.c
@@
-1868,8
+1868,6
@@
retry:
return VM_FAULT_SIGBUS;
if (new_page == NOPAGE_OOM)
return VM_FAULT_OOM;
- if (!vx_rsspages_avail(mm, 1))
- return VM_FAULT_OOM;
/*
* Should we do an early C-O-W break?