NFS: Create a common argument structure for reads and writes
[linux-2.6-block.git] / fs / nfs / write.c
index ee6d46fde76cf3743c92ca6460b31a6a46023c23..25ba3830ec8bdff39a1f03f8db308618a1dc8afd 100644 (file)
@@ -1388,7 +1388,7 @@ static int nfs_should_remove_suid(const struct inode *inode)
  */
 void nfs_writeback_done(struct rpc_task *task, struct nfs_write_data *data)
 {
-       struct nfs_writeargs    *argp = &data->args;
+       struct nfs_pgio_args    *argp = &data->args;
        struct nfs_writeres     *resp = &data->res;
        struct inode            *inode = data->header->inode;
        int status;