commit | b318891929c2750055a4002bee3e7636ca3684de | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 02 07:06:30 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 06 17:32:55 2014 -0400 |
tree | b971c188f8a393a331dd06395448ad282ed29543 | |
parent | 37938463540b075e9166cf774c59274379f7a8ca [diff] |
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>