Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119117
b: refs/heads/master
c: c2b3382
h: refs/heads/master
i:
  119115: d177e0c
v: v3
  • Loading branch information
Steve French committed Nov 17, 2008
1 parent d382354 commit 39647cc
Show file tree
Hide file tree
Showing 2 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: f1987b44f642e96176adc88b7ce23a1d74806f89
refs/heads/master: c2b3382cd4d6c6adef1347e81f20e16c93a39feb
4 changes: 2 additions & 2 deletions trunk/fs/cifs/cifs_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ static ssize_t cifs_stats_proc_write(struct file *file,
list_for_each(tmp1, &cifs_tcp_ses_list) {
server = list_entry(tmp1, struct TCP_Server_Info,
tcp_ses_list);
list_for_each(tmp2, &server->smb_session_list) {
list_for_each(tmp2, &server->smb_ses_list) {
ses = list_entry(tmp2, struct cifsSesInfo,
smb_session_list);
smb_ses_list);
list_for_each(tmp3, &ses->tcon_list) {
tcon = list_entry(tmp3,
struct cifsTconInfo,
Expand Down

0 comments on commit 39647cc

Please sign in to comment.