Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300046
b: refs/heads/master
c: 58fa015
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed May 2, 2012
1 parent efd99c6 commit 17bf36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f71465c19ffefbfd0da3c1f5dc172b4bce05e93
refs/heads/master: 58fa015f611b51e1f501b048bc5ac263c78852f0
1 change: 1 addition & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2183,6 +2183,7 @@ cifs_get_tcp_session(struct smb_vol *volume_info)
tcp_ses->session_estab = false;
tcp_ses->sequence_number = 0;
tcp_ses->lstrp = jiffies;
spin_lock_init(&tcp_ses->req_lock);
INIT_LIST_HEAD(&tcp_ses->tcp_ses_list);
INIT_LIST_HEAD(&tcp_ses->smb_ses_list);
INIT_DELAYED_WORK(&tcp_ses->echo, cifs_echo_request);
Expand Down

0 comments on commit 17bf36b

Please sign in to comment.