NFS: Add attribute update barriers to NFS writebacks
[deliverable/linux.git] / fs / nfs / nfs3proc.c
index 11109a137c0c8065232e48f09d3811d802258a8b..1f11d2533ee4107bd9ae3f8de460b38ecdbaae74 100644 (file)
@@ -834,7 +834,7 @@ static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
        if (nfs3_async_handle_jukebox(task, inode))
                return -EAGAIN;
        if (task->tk_status >= 0)
-               nfs_post_op_update_inode_force_wcc(inode, hdr->res.fattr);
+               nfs_writeback_update_inode(hdr);
        return 0;
 }
 
This page took 0.025057 seconds and 5 git commands to generate.