Paulo Alcantara <pc@xxxxxxxxxxxxx> writes: > Without this message we at least have > > VFS: \\srv has not responded in N seconds. Reconnecting... > > which tells the user that connection was lost. And, in case server > dropped the session (e.g. STATUS_USER_SESSION_DELETED), we'll also have > the above message printed out as we currently mark tcp ses for > reconnect. Err, no. I forgot that we only print this in server_unresponsive(). We call cifs_reconnect() when the session is dropped and don't print anything.