aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
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/cifsglob.h
parent03a143c909b808759f188a45c75acb8f043cb209 (diff)
[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/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 5d32d8ddc82..69a2e194254 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -454,7 +454,7 @@ struct dir_notify_req {
struct dfs_info3_param {
int flags; /* DFSREF_REFERRAL_SERVER, DFSREF_STORAGE_SERVER*/
- int PathConsumed;
+ int path_consumed;
int server_type;
int ref_flag;
char *path_name;