[PATCH] 2.5.27 fix potential spinlocking race.
In case of socket transmission errors etc. kfree_skb(), and hence xprt_write_space() can potentially get called outside of a bh-safe context.
Showing
Please register or sign in to comment
In case of socket transmission errors etc. kfree_skb(), and hence xprt_write_space() can potentially get called outside of a bh-safe context.