Merge "msm: ipa3: Fix to recycle buffers"

このコミットが含まれているのは:
qctecmdr
2019-07-18 00:21:27 -07:00
committed by Gerrit - the friendly Code Review server
コミット 1aa6e94e72

ファイルの表示

@@ -2259,6 +2259,7 @@ static void ipa3_cleanup_rx(struct ipa3_sys_context *sys)
* provided to gsi
*/
spin_lock_bh(&sys->spinlock);
list_for_each_entry_safe(rx_pkt, r,
&sys->rcycl_list, link) {
list_del(&rx_pkt->link);
@@ -2267,6 +2268,7 @@ static void ipa3_cleanup_rx(struct ipa3_sys_context *sys)
sys->free_skb(rx_pkt->data.skb);
kmem_cache_free(ipa3_ctx->rx_pkt_wrapper_cache, rx_pkt);
}
spin_unlock_bh(&sys->spinlock);
if (sys->repl) {
head = atomic_read(&sys->repl->head_idx);