]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4b4d693e13de8002b137bd0b3e58e92c4444f31
treeb971c188f8a393a331dd06395448ad282ed29543
parent92d720fe3999d26d4c80ed083f1e3934091cc656
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