mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
NFSv4.1 remove temp code that prevented ds commits
Now that all the infrastructure is in place, we will do the right thing if we remove this special casing. Signed-off-by: Fred Isaman <iisaman@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
863a3c6c68
commit
cccb4d063b
@ -385,10 +385,6 @@ filelayout_write_pagelist(struct nfs_write_data *data, int sync)
|
|||||||
data->inode->i_ino, sync, (size_t) data->args.count, offset,
|
data->inode->i_ino, sync, (size_t) data->args.count, offset,
|
||||||
ntohl(ds->ds_ip_addr), ntohs(ds->ds_port));
|
ntohl(ds->ds_ip_addr), ntohs(ds->ds_port));
|
||||||
|
|
||||||
/* We can't handle commit to ds yet */
|
|
||||||
if (!FILELAYOUT_LSEG(lseg)->commit_through_mds)
|
|
||||||
data->args.stable = NFS_FILE_SYNC;
|
|
||||||
|
|
||||||
data->write_done_cb = filelayout_write_done_cb;
|
data->write_done_cb = filelayout_write_done_cb;
|
||||||
data->ds_clp = ds->ds_clp;
|
data->ds_clp = ds->ds_clp;
|
||||||
fh = nfs4_fl_select_ds_fh(lseg, j);
|
fh = nfs4_fl_select_ds_fh(lseg, j);
|
||||||
|
Loading…
Reference in New Issue
Block a user