diff options
author | 2009-12-07 12:52:01 +0100 | |
---|---|---|
committer | 2009-12-07 12:51:36 +0100 | |
commit | c1b283d55d1806680e3ad1cfbef581afecbea5cb (patch) | |
tree | 26f6abdcde8d008fc8606fbde3ffd575494b91c1 /lib/dma-debug.c | |
parent | [S390] zcrypt: Do not simultaneously schedule hrtimer (diff) | |
download | linux-dev-c1b283d55d1806680e3ad1cfbef581afecbea5cb.tar.xz linux-dev-c1b283d55d1806680e3ad1cfbef581afecbea5cb.zip |
[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>
Diffstat (limited to 'lib/dma-debug.c')
0 files changed, 0 insertions, 0 deletions