commit | 5529eaf6e79a61e0ca7ade257f31d2ababc7f6c9 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Sat Feb 11 23:02:22 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 14 10:20:35 2017 -0800 |
tree | a619c818c8ea2b3f1a4c9b39281915c34771bac2 | |
parent | b71e328297a3a578c482fb4814e737a0ec185839 [diff] |
vmbus: remove conditional locking of vmbus_write All current usage of vmbus write uses the acquire_lock flag, therefore having it be optional is unnecessary. This also fixes a sparse warning since sparse doesn't like when a function has conditional locking. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>