David van Moolenbroek 5c53b417cd VFS: update filp_pos on chardev I/O (workaround)
Previously, reading from or writing to a character device would not
update the file position on the corresponding filp object.  Performing
this update correctly is not trivial: during and after the I/O
operation, the filp object must not be locked.  Ideally, read/write
requests on a filp that is already involved in a read/write operation,
should be queued.  For now, we optimistically update the file position
at the start of the I/O; this works under the assumptions listed in
the corresponding comment.

Change-Id: I172a61781850423709924390ae3df1f2d1f94707
2014-02-18 11:25:03 +01:00
..
2013-02-26 09:44:20 +00:00
2013-03-06 11:56:56 +01: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
2014-02-18 11:25:03 +01:00
2013-10-09 20:24:17 -04:00
2014-02-18 11:25:02 +01:00
2013-02-26 09:44:20 +00:00