Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86698
b: refs/heads/master
c: 8aad018
h: refs/heads/master
v: v3
  • Loading branch information
Igor Mammedov authored and Steve French committed Feb 15, 2008
1 parent 82c9e65 commit 4e8fadc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03a143c909b808759f188a45c75acb8f043cb209
refs/heads/master: 8aad018b6c1a0257b37cdf7c90cdbee2353150fd
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifs_dfs_ref.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}


Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifsglob.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4e8fadc

Please sign in to comment.