summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r--fs/nfs/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
index 25ba3830ec8b..d392a70092fe 100644
--- a/fs/nfs/write.c
+++ b/fs/nfs/write.c
@@ -1389,7 +1389,7 @@ static int nfs_should_remove_suid(const struct inode *inode)
1389void nfs_writeback_done(struct rpc_task *task, struct nfs_write_data *data) 1389void nfs_writeback_done(struct rpc_task *task, struct nfs_write_data *data)
1390{ 1390{
1391 struct nfs_pgio_args *argp = &data->args; 1391 struct nfs_pgio_args *argp = &data->args;
1392 struct nfs_writeres *resp = &data->res; 1392 struct nfs_pgio_res *resp = &data->res;
1393 struct inode *inode = data->header->inode; 1393 struct inode *inode = data->header->inode;
1394 int status; 1394 int status;
1395 1395