From: David Woodhouse Date: Wed, 28 Nov 2012 00:03:11 +0000 (+0000) Subject: atm: add release_cb() callback to vcc X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~138^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c971f08cba56ed17fe22040ca5ff97fe5c3f0bd7;p=pandora-kernel.git atm: add release_cb() callback to vcc The immediate use case for this is that it will allow us to ensure that a pppoatm queue is woken after it has to drop a packet due to the sock being locked. Note that 'release_cb' is called when the socket is *unlocked*. This is not to be confused with vcc_release() — which probably ought to be called vcc_close(). Signed-off-by: David Woodhouse Acked-by: Krzysztof Mazur --- Reading git-diff-tree failed