kill the 5th argument of generic_file_buffered_write()

same story - it's &iocb->ki_pos in all cases

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2014-02-09 13:37:49 -05:00
parent 41fc56d573
commit fcacafd269
5 changed files with 8 additions and 10 deletions

View File

@@ -738,7 +738,7 @@ xfs_file_buffered_aio_write(
write_retry:
trace_xfs_file_buffered_write(ip, count, iocb->ki_pos, 0);
ret = generic_file_buffered_write(iocb, iovp, nr_segs,
pos, &iocb->ki_pos, count, 0);
pos, count, 0);
/*
* If we just got an ENOSPC, try to write back all dirty inodes to