commit | e9a470acd930574be812663708dfad6f6f94d80a | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Mon Mar 01 17:05:11 2021 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Mar 09 08:56:42 2021 -0600 |
tree | 8d3f51ccb65ae06f0c0aff7a5338fae34e47fc77 | |
parent | b30a624f50d9b637ffe9ef3cf4c53abd5bc607d1 [diff] |
fs: dlm: set subclass for othercon sock_mutex This patch sets the lockdep subclass for the othercon socket mutex. In various places the connection socket mutex is held while locking the othercon socket mutex. This patch will remove lockdep warnings when such case occurs. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>