Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxx> --- fs/nfs/nfs4proc.c | 8 ++++---- include/linux/nfs_xdr.h | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 9786391..d62d008 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -3338,17 +3338,17 @@ static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_messa #if defined(CONFIG_NFS_V4_1) /* - * pNFS doew not send a getattr to Data Serfers on commit. + * pNFS doew not send a getattr to Data Servers on commit. */ static void pnfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg) { struct nfs_server *server = NFS_SERVER(data->inode); - dprintk("--> %s ds_nfs_client %p commit_through_mds %d\n", __func__, - data->fldata.ds_nfs_client, data->fldata.commit_through_mds); + dprintk("--> %s ds_nfs_client %p\n", __func__, + data->fldata.ds_nfs_client); - if (!data->fldata.ds_nfs_client || data->fldata.commit_through_mds) + if (!data->fldata.ds_nfs_client) return nfs4_proc_commit_setup(data, msg); data->args.bitmask = server->attr_bitmask; diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 27d811b..134e33f 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -977,7 +977,6 @@ struct pnfs_call_data { struct pnfs_fl_call_data { struct nfs_client *ds_nfs_client; __u64 orig_offset; - int commit_through_mds; }; #endif /* CONFIG_NFS_V4_1 */ -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html