commit | 2e0fa298d149e07005504350358066f380f72b52 | [log] [tgz] |
---|---|---|
author | Shyam Prasad N <sprasad@microsoft.com> | Mon Jul 19 14:04:11 2021 +0000 |
committer | Steve French <stfrench@microsoft.com> | Sun Jan 02 20:38:46 2022 -0600 |
tree | 8b5a78abaeb9339c76ca7653cc9c5a97393cf72f | |
parent | 66eb0c6e66617cace0d626d48819bf2b5fbf9307 [diff] |
cifs: add WARN_ON for when chan_count goes below minimum chan_count keeps track of the total number of channels. Since at least the primary channel will always be connected, this value can never go below 1. Warn if that happens. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>