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)
commitb318891929c2750055a4002bee3e7636ca3684de
treeb971c188f8a393a331dd06395448ad282ed29543
parent37938463540b075e9166cf774c59274379f7a8ca
xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()

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