From: Ronnie Sahlberg Date: Thu, 24 Jan 2019 06:19:31 +0000 (+1000) Subject: cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData X-Git-Tag: v5.0-rc4~13^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a5f1a81f701c594194eb70c679785882ab15f138;p=linux-block.git cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData Was helpful in debug for some recent problems. Signed-off-by: Ronnie Sahlberg Signed-off-by: Steve French --- 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) seq_printf(m, ",ACL"); #endif seq_putc(m, '\n'); + seq_printf(m, "CIFSMaxBufSize: %d\n", CIFSMaxBufSize); seq_printf(m, "Active VFS Requests: %d\n", GlobalTotalActiveXid); seq_printf(m, "Servers:");