process: Correct handling of out of processes case
authorAlan Cox <alan@linux.intel.com>
Thu, 18 Dec 2014 23:17:04 +0000 (23:17 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 18 Dec 2014 23:17:04 +0000 (23:17 +0000)
commite11ba16254ed5e87dfaf4977f5602c1b706ee4fb
treeb19a1d1b1dc222309d234409e1a6f75e2e088ad3
parente94c5753bc81684629ed1a4b69b7b14b79cbe5b4
process: Correct handling of out of processes case

When the error handling was updated this path was broken. With this fixed
running out of memory/swap now correctly fails with ENOMEM
Kernel/process.c