]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit41fc56d573c35a212688b12b48af8c303f9bb6d2
tree049c1a885b2a67156b94ac9a7da848922966280a
parentb2f42cfeeb0452ca3e004c3014cda99b53554d47
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