]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ceph/file.c
fs: remove ki_nbytes
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Feb 2015 18:56:46 +0000 (19:56 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 Mar 2015 03:50:23 +0000 (23:50 -0400)
commit66ee59af630fd8d5f4f56fb28162857e629aa0ab
treed1c4293f986fcb20824c90a2ab5f3f4e62543f8a
parent96b62a57193494010eed66ca0739c93eb4653162
fs: remove ki_nbytes

There is no need to pass the total request length in the kiocb, as
we already get passed in through the iov_iter argument.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/aio.c
fs/ceph/file.c
fs/nfs/direct.c
fs/ocfs2/file.c
fs/read_write.c
fs/udf/file.c
include/linux/aio.h
kernel/printk/printk.c
mm/page_io.c
net/socket.c