Thomas Veerman 3de8d1cf6e VFS/PFS: remove notion of position in pipes
Because pipes have no file position. VFS maintained (file) offsets into a
buffer internal to PFS and stored them in vnodes for simplicity, mixing
the responsibilities of filp and vnode objects.

With this patch PFS ignores the position field in REQ_READ and REQ_WRITE
requests making VFS' job a lot simpler.
2013-01-11 09:18:35 +00:00
..
2012-10-30 13:55:42 +01:00
2012-11-16 16:37:44 +01:00
2012-04-09 18:08:26 +02:00
2012-10-12 14:52:01 +02:00
2012-10-30 13:55:42 +01:00
2012-08-03 00:20:34 -07:00
2012-12-07 13:58:06 +01:00
2012-11-26 15:20:18 +00:00
2013-01-09 19:50:52 +00:00