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)
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>

No differences found