From: Al Viro Date: Wed, 2 Apr 2014 11:06:30 +0000 (-0400) Subject: xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~45^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b318891929c2750055a4002bee3e7636ca3684de;p=pandora-kernel.git 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 --- Reading git-diff-tree failed