Skip to content
Commit b3188919 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 37938463
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment