Peter Holm
e84a11e7ff
In tty_makedev() the following construction:
...
dev = make_dev_cred();
dev->si_drv1 = tp;
leaves a small window where the newly created device may be opened
and si_drv1 is NULL.
As this is a vary rare situation, using a lock to close the window
seems overkill. Instead just wait for the assignment of si_drv1.
Suggested by: kib
MFC after: 1 week
2012-06-18 07:34:38 +00:00
..
2012-05-31 19:32:37 +00:00
2012-06-01 15:42:37 +00:00
2012-05-31 19:34:53 +00:00
2012-05-02 14:25:39 +00:00
2012-05-15 01:30:25 +00:00
2012-04-20 15:32:36 +00:00
2012-05-24 11:24:44 +00:00
2012-06-17 21:04:22 +00:00
2012-06-14 17:32:58 +00:00
2012-05-26 20:03:47 +00:00
2012-05-22 19:43:20 +00:00
2012-05-26 20:03:47 +00:00
2012-04-20 15:32:36 +00:00
2012-05-27 05:24:53 +00:00
2012-05-22 15:58:27 +00:00
2012-05-30 16:06:38 +00:00
2012-06-03 08:01:12 +00:00
2012-05-15 01:30:25 +00:00
2012-05-26 20:03:47 +00:00
2012-05-30 16:06:38 +00:00
2012-05-03 20:00:30 +00:00
2012-05-15 10:58:17 +00:00
2012-05-27 10:25:20 +00:00
2012-05-25 07:32:26 +00:00
2012-05-31 17:27:05 +00:00
2012-05-15 01:30:25 +00:00
2012-06-11 18:47:26 +00:00
2012-05-30 13:44:42 +00:00
2012-06-10 20:24:01 +00:00
2012-05-15 01:30:25 +00:00
2012-05-21 22:17:29 +00:00
2012-06-10 20:22:10 +00:00
2012-06-17 13:03:50 +00:00
2012-05-25 21:52:57 +00:00
2012-05-25 21:50:48 +00:00
2012-05-25 21:52:57 +00:00
2012-06-18 07:34:38 +00:00
2012-04-23 14:10:34 +00:00
2012-06-11 16:08:03 +00:00
2012-06-13 22:12:10 +00:00
2012-06-02 19:39:12 +00:00
2012-06-09 22:26:53 +00:00
2012-06-03 08:01:12 +00:00
2012-06-13 21:38:07 +00:00
2012-06-08 18:32:09 +00:00