From: Martin Schwidefsky Date: Mon, 7 Dec 2009 11:52:01 +0000 (+0100) Subject: [S390] tape: remove f_pos changes from read / write function. X-Git-Tag: v2.6.33-rc1~349^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b283d55d1806680e3ad1cfbef581afecbea5cb;p=pandora-kernel.git [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 --- Reading git-diff-tree failed