David van Moolenbroek c7fbafe1ad VFS: remove FP_BLOCKED_ON_DOPEN
These days, DEV_OPEN calls to character drivers block the calling
thread until completion or failure, and thus never return SUSPEND to
the caller. The same already applied to BDEV_OPEN calls to block
drivers. It has thus become impossible for a process to enter a state
of being blocked on a device open call.

There is currently no support for restarting device open calls to
restarted character drivers. This support was present in the _DOPEN
logic, but was already no longer triggering. In the future, this case
should be handled by the thread performing the open request.

Change-Id: I6cc1e7b4c9ed116c6ce160b315e6e060124dce00
2014-02-18 11:25:03 +01:00
..
2012-12-07 13:58:06 +01:00
2013-10-12 11:51:55 -04:00
2014-02-18 11:25:01 +01:00
2012-09-24 15:53:43 +02:00
2012-12-07 13:58:06 +01:00
2013-02-26 09:44:20 +00:00
2014-02-18 11:25:01 +01:00
2012-12-07 13:58:06 +01:00
2013-08-27 16:16:03 +00:00
2012-04-09 18:08:26 +02:00
2014-02-18 11:25:01 +01:00
2014-02-18 11:25:02 +01:00
2013-02-06 16:07:43 +01:00
2013-02-26 09:44:24 +00:00
2014-02-18 11:25:01 +01:00
2013-02-26 09:44:24 +00:00
2013-08-20 11:37:40 +02:00
2013-02-11 19:31:57 +01:00
2012-12-07 13:58:06 +01:00
2014-02-18 11:25:03 +01:00
2013-08-08 23:22:58 +02:00
2012-04-09 18:08:26 +02:00
2014-02-18 11:25:02 +01:00
2013-09-06 11:51:20 +02:00
2014-02-18 11:25:01 +01:00
2012-12-07 13:58:06 +01:00
2012-12-07 13:58:06 +01:00
2014-02-18 11:25:01 +01:00
2013-08-08 23:22:58 +02:00