Commit 5e00bbf
tty: Fix merge of "tty: Refactor tty_open()"
Commit e9036d0 ("tty: Drop krefs for interrupted tty lock")
fixed a tty reference counting problem introduced in
commit 0bfd464 ("tty: Wait interruptibly for tty lock on reopen"),
so v4.5.0 is correct.
However, commit d6203d0 ("tty: Refactor tty_open()") moved the
relevant code for 4.6-rc1; correct the merge.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent da5a0fc commit 5e00bbf
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2049 | 2049 | | |
2050 | 2050 | | |
2051 | 2051 | | |
| 2052 | + | |
2052 | 2053 | | |
2053 | 2054 | | |
2054 | 2055 | | |
2055 | 2056 | | |
2056 | 2057 | | |
2057 | 2058 | | |
2058 | | - | |
2059 | | - | |
2060 | 2059 | | |
2061 | 2060 | | |
2062 | 2061 | | |
| |||
0 commit comments