commit | aa597bc1f9476d0527e35d6dd9b481422e8205a0 | [log] [tgz] |
---|---|---|
author | Andrey Vagin <avagin@openvz.org> | Tue Feb 08 00:14:52 2011 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 21 00:59:24 2011 -0400 |
tree | 3fa1a8a1441199bc9821b5095072258f2fc2ac06 | |
parent | 1c34092adf1feaba25b7c739cc4def2751f4fa05 [diff] |
fs: devpts_pty_new() return -ENOMEM if dentry allocation failed In this case nobody can open a slave point, so will be better return from devpts_pty_new() Now we should not check error code from d_find_alias() in devpts_pty_kill(), because the dentry exists all times. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>