commit | 67d51f65bde233b17de304baec4f7c4d086471fe | [log] [tgz] |
---|---|---|
author | Benny Halevy <bhalevy@panasas.com> | Fri May 20 10:45:05 2011 +0200 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Sun May 29 12:09:47 2011 +0300 |
tree | d9a5e9f93e9ab85e04350166a94a521c780da229 | |
parent | 3b6445a6f68b839d1b437756b9c72312e33339b2 [diff] |
NFSv4.1: use struct nfs_client to qualify deviceid deviceids are unique per server, per layout type. Therefore, in the global cache in the files layout driver deviceids from different servers may clash so we need to qualify them with a struct nfs_client that represents the nfs server that returned the deviceid. Introduced in 2.6.39 commit ea8eecdd "NFSv4.1 move deviceid cache to filelayout driver" Signed-off-by: Benny Halevy <bhalevy@panasas.com>