From: Cong Wang <[email protected]> Date: Tue, 11 Sep 2018 11:42:06 -0700
> llc_sap_close() is called by llc_sap_put() which > could be called in BH context in llc_rcv(). We can't > block in BH. > > There is no reason to block it here, kfree_rcu() should > be sufficient. > > Signed-off-by: Cong Wang <[email protected]> Applied, thanks Cong.
