]> git.baikalelectronics.ru Git - kernel.git/commit
kill the 4th argument of __generic_file_aio_write()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 9 Feb 2014 17:58:52 +0000 (12:58 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:34 +0000 (23:19 -0400)
commit5d2e805c1f6b7c1874b81114a0177e7cdf684b1b
tree049c1a885b2a67156b94ac9a7da848922966280a
parent54e8c6e58e938541e15fe2980d9ea749362c43d4
kill the 4th argument of __generic_file_aio_write()

It's always equal to &iocb->ki_pos, where iocb is the value of the 1st
argument.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/block_dev.c
fs/ext4/file.c
fs/udf/file.c
include/linux/fs.h
mm/filemap.c