diff options
author | Weston Andros Adamson <dros@primarydata.com> | 2014-09-16 17:35:51 -0400 |
---|---|---|
committer | Tom Haynes <loghyr@primarydata.com> | 2015-02-03 11:06:44 -0800 |
commit | 6cccbb6f52dceec5f4faed8846ac05ae830640e6 (patch) | |
tree | 881b137485077caf88df33a683c2ffbc9214a8fb /include/linux/nfs_xdr.h | |
parent | 309a1d65b11de24d172f7dbbc21583ebd649c912 (diff) | |
download | lwn-6cccbb6f52dceec5f4faed8846ac05ae830640e6.tar.gz lwn-6cccbb6f52dceec5f4faed8846ac05ae830640e6.zip |
nfs: rename pgio header ds_idx to ds_commit_idx
'ds_commit_idx' is a better name - it is used to select the right
commit bucket for pnfs.
Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 4fd7793d45d1..5bc99f04a550 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1328,7 +1328,7 @@ struct nfs_pgio_header { __u64 mds_offset; /* Filelayout dense stripe */ struct nfs_page_array page_array; struct nfs_client *ds_clp; /* pNFS data server */ - int ds_idx; /* ds index if ds_clp is set */ + int ds_commit_idx; /* ds index if ds_clp is set */ }; struct nfs_mds_commit_info { |