]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - mm/filemap.c
filemap: remove pos variables in generic_file_read_iter
authorChristoph Hellwig <hch@lst.de>
Thu, 7 Apr 2016 15:51:55 +0000 (08:51 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 1 May 2016 23:58:39 +0000 (19:58 -0400)
commitc64fb5c7448c1a0cfa163f126df3c112b6ca3e97
treecd9646cec344535679ad8e00a813a0d10b4b2d6d
parentbf16200689118d19de1b8d2a3c314fc21f5dc7bb
filemap: remove pos variables in generic_file_read_iter

Just use ki_pos directly to make everyones life easier.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/filemap.c