xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 11:06:30 +0000 (07:06 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 6 May 2014 21:32:55 +0000 (17:32 -0400)
pos is redundant (it's iocb->ki_pos), and iov/nr_segs/count are taken
care of by lifting iov_iter into the caller.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/xfs/xfs_file.c

Simple merge