ipmi:msghandler: Remove srcu for the ipmi_interfaces list
authorCorey Minyard <corey@minyard.net>
Wed, 19 Mar 2025 00:57:42 +0000 (19:57 -0500)
committerCorey Minyard <corey@minyard.net>
Wed, 7 May 2025 22:25:47 +0000 (17:25 -0500)
commit9e91f8a6c8688e27f4ccce7db457da87d6458836
tree3c0e06ff3642b20058d0629c8a846d5a3671e386
parent3be997d5a64a349b025abb0243433f2a620b31fd
ipmi:msghandler: Remove srcu for the ipmi_interfaces list

With reworks srcu is no longer necessary, this simplifies locking a lot.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c