git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
527b3e4
)
Simplify devpts_pty_new()
author
Sukadev Bhattiprolu
<sukadev@us.ibm.com>
Mon, 13 Oct 2008 09:43:18 +0000
(10:43 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:43 +0000
(09:51 -0700)
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>
No differences found