aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_dfs_ref.c
diff options
context:
space:
mode:
authorIgor Mammedov <niallain@gmail.com>2008-02-15 18:21:49 +0000
committerSteve French <sfrench@us.ibm.com>2008-02-15 18:21:49 +0000
commit8aad018b6c1a0257b37cdf7c90cdbee2353150fd (patch)
tree5a52c2a53559e6a5769318e3d145de0d70d17101 /fs/cifs/cifs_dfs_ref.c
parent[CIFS] fixup prefixpaths which contain multiple path components (diff)
downloadlinux-dev-8aad018b6c1a0257b37cdf7c90cdbee2353150fd.tar.xz
linux-dev-8aad018b6c1a0257b37cdf7c90cdbee2353150fd.zip
[CIFS] Fix mixed case name in structure dfs_info3_param
Signed-off-by: Igor Mammedov <niallain@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_dfs_ref.c')
-rw-r--r--fs/cifs/cifs_dfs_ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_dfs_ref.c b/fs/cifs/cifs_dfs_ref.c
index 413ee2349d1a..dd3bba4134b5 100644
--- a/fs/cifs/cifs_dfs_ref.c
+++ b/fs/cifs/cifs_dfs_ref.c
@@ -286,7 +286,7 @@ static void dump_referral(const struct dfs_info3_param *ref)
cFYI(1, ("DFS: node path: %s", ref->node_name));
cFYI(1, ("DFS: fl: %hd, srv_type: %hd", ref->flags, ref->server_type));
cFYI(1, ("DFS: ref_flags: %hd, path_consumed: %hd", ref->ref_flag,
- ref->PathConsumed));
+ ref->path_consumed));
}