]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit137d737ad4b9d22c9cd03b5432f2d25728cecab5
tree5c2796dae6d890aad1ab1b4dc90f46ef53954a3a
parent5d2e805c1f6b7c1874b81114a0177e7cdf684b1b
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