Linux Kernel: Fix CIFS Auth Key Memory Leak on Reconnect
This Linux kernel change addresses a memory leak in the CIFS client code where auth_key.response was not being freed during session reconnection. The fix ensures that any existing authentication key response is released before setting up a new session, preventing memory exhaustion over repeated reconnect cycles. The Problem When a CIFS mount encounters a connection…
