commit | d71ffeb12378243babb2227acfed0c8d263e237e | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed Nov 28 00:46:45 2012 +0000 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sun Dec 02 00:05:16 2012 +0000 |
tree | 06c451e078f5e11a6ce8135ef0c4539ca6e0e82c | |
parent | 0e56d99a5b557c760394d6941d7d1fc8d279eff3 [diff] |
br2684: fix module_put() race The br2684 code 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: David Woodhouse <David.Woodhouse@intel.com> Acked-by: Krzysztof Mazur <krzysiek@podlesie.net>