]> 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)
commitc0bd54f924facc821ad9c7b04ab43aff3bb0133d
treeb971c188f8a393a331dd06395448ad282ed29543
parent4d2a9513f69d088be3274eecf9aed64b3fa3f939
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