commit | 89a52e109e2e2fe8bbd4e316cdb910774519c029 | [log] [tgz] |
---|---|---|
author | Sukadev Bhattiprolu <sukadev@us.ibm.com> | Mon Oct 13 10:43:18 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:43 2008 -0700 |
tree | 5e469fcbfe109216ea1e046377c00b439b558bdd | |
parent | 527b3e4773628b30d03323a2cb5fb0d84441990f [diff] |
Simplify devpts_pty_new() devpts_pty_new() is called when setting up a new pty and would not will not have an existing dentry or inode for the pty. So don't bother looking for an existing dentry - just create a new one. Signed-off-by: Sukadev Bhattiprolu <sukadev@us.ibm.com> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>