projects
/
wrapfs-3.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbaf8d
)
cifs: Fix build break
author
Steve French
<sfrench@us.ibm.com>
Fri, 21 Nov 2008 08:54:05 +0000
(14:24 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 5 Dec 2008 18:55:31 +0000
(10:55 -0800)
commit
c2b3382cd4d6c6adef1347e81f20e16c93a39feb
upstream
Signed-off-by: Steve French <sfrench@us.ibm.com>
Cc: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/cifs_debug.c
patch
|
blob
|
history
diff --git
a/fs/cifs/cifs_debug.c
b/fs/cifs/cifs_debug.c
index 1d6dfa8923ca8546642cb0c39b4c7986fe2a7707..490e34bbf27a66641c0bad3327e5bb22156a88af 100644
(file)
--- a/
fs/cifs/cifs_debug.c
+++ b/
fs/cifs/cifs_debug.c
@@
-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_ses
sion
_list) {
+ list_for_each(tmp2, &server->smb_ses_list) {
ses = list_entry(tmp2, struct cifsSesInfo,
- smb_ses
sion
_list);
+ smb_ses_list);
list_for_each(tmp3, &ses->tcon_list) {
tcon = list_entry(tmp3,
struct cifsTconInfo,