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 14:06:44 -0500 |
| commit | 6cccbb6f52dceec5f4faed8846ac05ae830640e6 (patch) | |
| tree | 881b137485077caf88df33a683c2ffbc9214a8fb /include/linux | |
| parent | 309a1d65b11de24d172f7dbbc21583ebd649c912 (diff) | |
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')
| -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 { | |||
| 1328 | __u64 mds_offset; /* Filelayout dense stripe */ | 1328 | __u64 mds_offset; /* Filelayout dense stripe */ |
| 1329 | struct nfs_page_array page_array; | 1329 | struct nfs_page_array page_array; |
| 1330 | struct nfs_client *ds_clp; /* pNFS data server */ | 1330 | struct nfs_client *ds_clp; /* pNFS data server */ |
| 1331 | int ds_idx; /* ds index if ds_clp is set */ | 1331 | int ds_commit_idx; /* ds index if ds_clp is set */ |
| 1332 | }; | 1332 | }; |
| 1333 | 1333 | ||
| 1334 | struct nfs_mds_commit_info { | 1334 | struct nfs_mds_commit_info { |
