From: Krzysztof Mazur Date: Tue, 6 Nov 2012 22:16:59 +0000 (+0100) Subject: pppoatm: fix module_put() race X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~138^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41faed9cde1acce657f75a0b19a1787e9850d3f;p=pandora-kernel.git pppoatm: fix module_put() race The pppoatm used module_put() during unassignment from vcc with hope that we have BKL. This assumption is no longer true. Now owner field in atmvcc is used to move this module_put() to vcc_destroy_socket(). Signed-off-by: Krzysztof Mazur Signed-off-by: David Woodhouse --- Reading git-diff-tree failed