From: David Woodhouse Date: Wed, 28 Nov 2012 00:05:52 +0000 (+0000) Subject: pppoatm: fix missing wakeup in pppoatm_send() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~138^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e56d99a5b557c760394d6941d7d1fc8d279eff3;p=pandora-kernel.git pppoatm: fix missing wakeup in pppoatm_send() Now that we can return zero from pppoatm_send() for reasons *other* than the queue being full, that means we can't depend on a subsequent call to pppoatm_pop() waking the queue, and we might leave it stalled indefinitely. Use the ->release_cb() callback to wake the queue after the sock is unlocked. Signed-off-by: David Woodhouse Acked-by: Krzysztof Mazur --- Reading git-diff-tree failed