commit | 6aa2dd0092d2762cc12cccf5142313858f4153a4 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Thu Apr 05 14:40:30 2018 -0500 |
committer | Corey Minyard <cminyard@mvista.com> | Wed Apr 18 10:22:53 2018 -0500 |
tree | c3f8064e37de56dab707e1532abdad1a8bb4c0fd | |
parent | aa7a8f9e1b03c75c5288966770bd7f80cddb7b83 [diff] |
ipmi_devintf: Small lock rework The mutex didn't really serve any useful purpose, from what I can tell, and it would just get in the way. So remove it. Removing that required a mutex around the default value setting and getting, so just use the receive mutex for that. Also pull the fasync stuff outside of the lock for adding the data to the queue, since it didn't need to be there. Signed-off-by: Corey Minyard <cminyard@mvista.com>