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>
This commit is contained in:
parent
309a1d65b1
commit
6cccbb6f52
3 changed files with 9 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue