Paulo Alcantara <pc@xxxxxxxxxxxxx> writes: > Steve French <smfrench@xxxxxxxxx> writes: > >> removed cc:stable and changed >> >>> + cifs_dbg(VFS, "server %s supports multichannel now\n", >>> + ses->server->hostname); >> >> to` >> >> + cifs_server_dbg(VFS, "supports >> multichannel now\n"); > > Looks good, thanks. > >> Let me know if that is ok for you. (See attached updated patch) > > For the s/cifs_dbg/cifs_server_dbg/ change, it is. BTW, this patch in for-next branch still contains (1) misleading export of smb2_query_server_interfaces() (2) removal of mod_delayed_work() when reconnect failed (3) logging of failed network interface queries even when server doesn't support it.