smb3: allow deferred close timeout to be configurable
[sfrench/cifs-2.6.git] / fs / cifs / cifsfs.c
index 945fb083cea7a9e456c3bef0871d4c7d9d99b358..f54d8bf2732a50d361b057beca89434440db4c6c 100644 (file)
@@ -693,6 +693,7 @@ cifs_show_options(struct seq_file *s, struct dentry *root)
                seq_printf(s, ",acdirmax=%lu", cifs_sb->ctx->acdirmax / HZ);
                seq_printf(s, ",acregmax=%lu", cifs_sb->ctx->acregmax / HZ);
        }
+       seq_printf(s, ",closetimeo=%lu", cifs_sb->ctx->closetimeo / HZ);
 
        if (tcon->ses->chan_max > 1)
                seq_printf(s, ",multichannel,max_channels=%zu",