Martin Schwidefsky c1b283d55d [S390] tape: remove f_pos changes from read / write function.
The change to f_pos in the read / write method has no effect as the
value is controlled by the VFS layer, e.g. for vfs_read:

	loff_t pos = file_pos_read(file);
	ret = vfs_read(file, buf, count, &pos);
	file_pos_write(file, pos);

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-12-07 12:51:36 +01:00
..
2009-06-22 12:08:23 +02:00
2009-09-11 10:29:49 +02:00
2009-09-11 10:29:49 +02:00
2009-10-06 10:35:05 +02:00
2009-10-14 12:43:54 +02:00
2009-09-11 10:29:49 +02:00
2009-03-26 15:24:25 +01:00
2009-06-12 10:27:33 +02:00
2009-09-23 18:13:10 -07:00