kernel-fxtec-pro1x/drivers/s390
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
..
block [S390] dasd: let device initialization wait for LCU setup 2009-12-07 12:51:35 +01:00
char [S390] tape: remove f_pos changes from read / write function. 2009-12-07 12:51:36 +01:00
cio [S390] cio: dont unregister a busy device in ccw_device_set_offline 2009-12-07 12:51:33 +01:00
crypto [S390] zcrypt: Do not simultaneously schedule hrtimer 2009-12-07 12:51:36 +01:00
kvm [S390] kvm: use console_initcall() to initialize s390 virtio console 2009-09-11 10:29:52 +02:00
net [S390] s/r: cmm resume fix 2009-10-29 15:05:12 +01:00
scsi [SCSI] zfcp: Flush SCSI registration work when adding unit 2009-10-22 09:38:51 +09:00
Makefile [S390] split/move machine check handler code 2009-03-26 15:24:10 +01:00