summaryrefslogtreecommitdiff
path: root/flowtop.8
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-08 16:05:58 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-08 16:05:58 +0100
commit51e487b4b55a69581f2d27cbf148ff98c173eaf7 (patch)
tree4ba19f41b044df39ed4586ee82c377abe50f5813 /flowtop.8
parentf474c5031e5b8c5833342a504c6e33941a5103f0 (diff)
netsniff-ng: proto_ipv4: Move sockaddr_in declarations to narrower scope
Move the sockaddr_in definitions and preparations to the scope where they're used, i.e. only if geoip is enabled and working. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.8')
0 files changed, 0 insertions, 0 deletions
was under the misconception that the sysfs dev stuff can be fully set up, and then registered all in one step with device_add. That's true for properties and property groups, but not for parents and child devices. Those must be fully registered before you can register a child. Add a bit of tracking to make sure that asynchronous mst connector hotplugging gets this right. For consistency we rely upon the implicit barriers of the connector->mutex, which is taken anyway, to ensure that at least either the connector or device registration call will work out. Mildly tested since I can't reliably reproduce this on my mst box here. Reported-by: Dave Hansen <dave.hansen@intel.com> Cc: Dave Hansen <dave.hansen@intel.com> Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1484237756-2720-1-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'arch/sh/kernel/cpu')