Stefan Richter ddfb908d3f ieee1394: raw1394: narrow down the state_mutex protected region
Refactor the ioctl dispatcher in order to move a fraction of it out of
the section which is serialized by fi->state_mutex.  This is not so much
about performance but more about self-documentation:  The mutex_lock()/
mutex_unlock() calls are now closer to the data accesses which the mutex
protects, i.e. to the iso_state switch.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2008-10-15 22:21:08 +02:00
..
2008-07-24 10:47:41 -07:00
2008-08-18 21:40:04 +02:00
2008-08-19 18:47:56 +02:00
2008-07-25 10:53:30 -07:00
2008-08-26 00:19:28 +10:00
2008-09-30 09:57:22 +02:00
2008-10-09 15:33:57 +02:00
2008-10-03 09:18:17 -07:00
2008-07-26 12:00:11 -07:00
2008-10-03 21:55:55 +02:00
2008-08-04 12:51:06 +09:00
2008-08-13 17:33:00 -07:00