]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ceph/file.c
kill the 5th argument of generic_file_buffered_write()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 9 Feb 2014 18:37:49 +0000 (13:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:34 +0000 (23:19 -0400)
commitfcacafd269adc88f41b68cb77a3f957a66563428
tree5c2796dae6d890aad1ab1b4dc90f46ef53954a3a
parent41fc56d573c35a212688b12b48af8c303f9bb6d2
kill the 5th argument of generic_file_buffered_write()

same story - it's &iocb->ki_pos in all cases

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ceph/file.c
fs/ocfs2/file.c
fs/xfs/xfs_file.c
include/linux/fs.h
mm/filemap.c