diff options
author | yan <clouds.yan@gmail.com> | 2012-10-05 02:15:38 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 20:05:17 +0200 |
commit | 620727506dc6da0562fa4f6950dedb8a51bd8237 (patch) | |
tree | 138a5b5f5ef6376c6a593bc99bcda8d93fb34622 /fs/proc/inode.c | |
parent | coredump: extend core dump note section to contain file names of mapped files (diff) | |
download | linux-620727506dc6da0562fa4f6950dedb8a51bd8237.tar.xz linux-620727506dc6da0562fa4f6950dedb8a51bd8237.zip |
proc: return -ENOMEM when inode allocation failed
If proc_get_inode() returns NULL then presumably it encountered memory
exhaustion. proc_lookup_de() should return -ENOMEM in this case, not
-EINVAL.
Signed-off-by: yan <clouds.yan@gmail.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/inode.c')
0 files changed, 0 insertions, 0 deletions