]> Gentwo Git Trees - linux/.git/commit
smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_register_m...
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 7 Oct 2025 16:25:27 +0000 (18:25 +0200)
committerSteve French <stfrench@microsoft.com>
Tue, 7 Oct 2025 19:28:16 +0000 (14:28 -0500)
commit4468490251c0392e0c87a3f1c1c1585a89f6ffa6
tree6c036f6eb1f99c9c17a1645d6c7344455951b889
parentce47f7498598f4cf8729a6b93722c98814385e78
smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_register_message()

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Return directly after a call of the function “genlmsg_new” failed
  at the beginning.

* Delete the label “fail” which became unnecessary
  with this refactoring.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifs_swn.c