commit | b57ff1303a2d4d1484c7a82bd80a3e014d6cdf5e | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Fri Sep 05 18:20:21 2014 -0400 |
committer | Tom Haynes <loghyr@primarydata.com> | Tue Feb 03 11:06:45 2015 -0800 |
tree | da3d760d94a39ecbf89e4ea5b0ed5e5017f26fde | |
parent | 6cccbb6f52dceec5f4faed8846ac05ae830640e6 [diff] |
pnfs: pass ds_commit_idx through the commit path Pass ds_commit_idx through the nfs commit path. It's used to select the commit bucket when using pnfs and is ignored when not using pnfs. Several functions had to be changed: nfs_retry_commit, nfs_mark_request_commit, pnfs_mark_request_commit and the pnfs layout driver .mark_request_commit functions. Signed-off-by: Tom Haynes <loghyr@primarydata.com>