Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information