commit | 41fc56d573c35a212688b12b48af8c303f9bb6d2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 09 12:58:52 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 01 23:19:34 2014 -0400 |
tree | 049c1a885b2a67156b94ac9a7da848922966280a | |
parent | b2f42cfeeb0452ca3e004c3014cda99b53554d47 [diff] |
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>