Hi Shyam, everyone, On 10. 03. 23 16:32, Shyam Prasad N wrote:
+ if (!ses->iface_count) { + spin_unlock(&ses->iface_lock); + cifs_dbg(VFS, "server %s does not advertise interfaces\n", ses->server->hostname); + return 0; + }
May I ask why this is now being logged, and what can be tweaked in the case that a server does not advertise interfaces? After updating the kernel from 6.1 to 6.6 in Home Assistant OS, we got a report [1] of these messages appearing, yet so far only from a single attentive user. I wonder if we are going to see them more often, and it that case a suggestion to users would come handy. If there's not a simple resolution, could the verbosity be lowered to FYI, maybe?
Thanks, Jan [1] https://github.com/home-assistant/operating-system/issues/3201