diff options
Diffstat (limited to 'fs/cifs/cifs_debug.c')
| -rw-r--r-- | fs/cifs/cifs_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index 593fb422d0f3..e92a2fee3c57 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c | |||
| @@ -252,6 +252,7 @@ static int cifs_debug_data_proc_show(struct seq_file *m, void *v) | |||
| 252 | seq_printf(m, ",ACL"); | 252 | seq_printf(m, ",ACL"); |
| 253 | #endif | 253 | #endif |
| 254 | seq_putc(m, '\n'); | 254 | seq_putc(m, '\n'); |
| 255 | seq_printf(m, "CIFSMaxBufSize: %d\n", CIFSMaxBufSize); | ||
| 255 | seq_printf(m, "Active VFS Requests: %d\n", GlobalTotalActiveXid); | 256 | seq_printf(m, "Active VFS Requests: %d\n", GlobalTotalActiveXid); |
| 256 | seq_printf(m, "Servers:"); | 257 | seq_printf(m, "Servers:"); |
| 257 | 258 | ||
