diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2012-05-21 22:44:50 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-22 16:45:44 -0400 |
commit | 73ea666c2bb536f2862cefdb3e014ed62b262ba5 (patch) | |
tree | b1992b20a6d907660606b2fc998d75b2f56b894a /fs/nfs/nfs4filelayoutdev.c | |
parent | 591555465ec513c42416392d392fd56866cb220c (diff) |
NFS: Use proper naming conventions for the nfs_client.net field
Clean up: When naming fields and data types, follow established
conventions to facilitate accurate grep/cscope searches.
Introduced by commit e50a7a1a "NFS: make NFS client allocated per
network namespace context," Tue Jan 10, 2012.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4filelayoutdev.c')
-rw-r--r-- | fs/nfs/nfs4filelayoutdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayoutdev.c b/fs/nfs/nfs4filelayoutdev.c index bf49b78db1b3..c610f84ff030 100644 --- a/fs/nfs/nfs4filelayoutdev.c +++ b/fs/nfs/nfs4filelayoutdev.c | |||
@@ -629,7 +629,7 @@ decode_device(struct inode *ino, struct pnfs_device *pdev, gfp_t gfp_flags) | |||
629 | 629 | ||
630 | mp_count = be32_to_cpup(p); /* multipath count */ | 630 | mp_count = be32_to_cpup(p); /* multipath count */ |
631 | for (j = 0; j < mp_count; j++) { | 631 | for (j = 0; j < mp_count; j++) { |
632 | da = decode_ds_addr(NFS_SERVER(ino)->nfs_client->net, | 632 | da = decode_ds_addr(NFS_SERVER(ino)->nfs_client->cl_net, |
633 | &stream, gfp_flags); | 633 | &stream, gfp_flags); |
634 | if (da) | 634 | if (da) |
635 | list_add_tail(&da->da_node, &dsaddrs); | 635 | list_add_tail(&da->da_node, &dsaddrs); |