summaryrefslogtreecommitdiff
path: root/curvetun_mgmt_users.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11curvetun: renamed client, server, and management filesDaniel Borkmann1-0/+43
Rename those files so that they are conform to the rest of the files we have in our repository. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
26a'>662d19e78b2c0a955879f487755e6a70a5e0226a (patch) tree36e7cef4ab57cb9c6571f0fc9a924d39fb17f73f parentc4a8a7c718d282c95b46ed78b35662451af4306e (diff)
drm/i915: Drop mutex around clearing error state
The error state itself is guarded by a spinlock (admittedly even that is overkill for a single pointer!) and doesn't require us to take the struct_mutex in the debugfs/sysfs interface. Removing the struct_mutex removes one more potential blockage when trying to debug a deadlock. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20160901205510.31307-1-chris@chris-wilson.co.uk Reviewed-by: David Weinehall <david.weinehall@linux.intel.com
Diffstat