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:

committed by
Tom Haynes

parent
309a1d65b1
commit
6cccbb6f52
@@ -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 {
|
||||
|
Reference in New Issue
Block a user