]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cifs: Fix build break
authorSteve French <sfrench@us.ibm.com>
Fri, 21 Nov 2008 08:54:05 +0000 (14:24 +0530)
committerGreg 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

index 1d6dfa8923ca8546642cb0c39b4c7986fe2a7707..490e34bbf27a66641c0bad3327e5bb22156a88af 100644 (file)
@@ -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,