diff options
author | Steve French <sfrench@us.ibm.com> | 2008-11-16 22:57:13 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-11-16 22:57:13 -0500 |
commit | c2b3382cd4d6c6adef1347e81f20e16c93a39feb (patch) | |
tree | ac039e2d2cc37f25df3b8346cf5a980ee7988599 /fs/cifs | |
parent | f1987b44f642e96176adc88b7ce23a1d74806f89 (diff) |
[CIFS] Fix build break
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifs_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 1d6dfa8923ca..490e34bbf27a 100644 --- 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, | |||
249 | list_for_each(tmp1, &cifs_tcp_ses_list) { | 249 | list_for_each(tmp1, &cifs_tcp_ses_list) { |
250 | server = list_entry(tmp1, struct TCP_Server_Info, | 250 | server = list_entry(tmp1, struct TCP_Server_Info, |
251 | tcp_ses_list); | 251 | tcp_ses_list); |
252 | list_for_each(tmp2, &server->smb_session_list) { | 252 | list_for_each(tmp2, &server->smb_ses_list) { |
253 | ses = list_entry(tmp2, struct cifsSesInfo, | 253 | ses = list_entry(tmp2, struct cifsSesInfo, |
254 | smb_session_list); | 254 | smb_ses_list); |
255 | list_for_each(tmp3, &ses->tcon_list) { | 255 | list_for_each(tmp3, &ses->tcon_list) { |
256 | tcon = list_entry(tmp3, | 256 | tcon = list_entry(tmp3, |
257 | struct cifsTconInfo, | 257 | struct cifsTconInfo, |