aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorAbhi Das <[email protected]>2016-11-17 03:44:23 +0000
committerAl Viro <[email protected]>2016-11-17 05:00:48 +0000
commit680bb946a1ae04fe0ff369a4965f76b48c07dc54 (patch)
treebe2ca455a6186b86a08e3ab1c22d49748cc6ed75 /lib/debugobjects.c
parentxattr: Fix setting security xattrs on sockfs (diff)
downloadkernel-680bb946a1ae04fe0ff369a4965f76b48c07dc54.tar.gz
kernel-680bb946a1ae04fe0ff369a4965f76b48c07dc54.zip
fix iov_iter_advance() for ITER_PIPE
iov_iter_advance() needs to decrement iter->count by the number of bytes we'd moved beyond. Normal flavours do that, but ITER_PIPE doesn't and ITER_PIPE generic_file_read_iter() for O_DIRECT files ends up with a bogus fallback to page cache read, resulting in incorrect values for file offset and bytes read. Signed-off-by: Abhi Das <[email protected]> Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions