Message ID | 1533129976-51930-1-git-send-email-zhongjiang@huawei.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-scsi-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1EB2613BF for <patchwork-linux-scsi@patchwork.kernel.org>; Wed, 1 Aug 2018 13:38:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDD572A617 for <patchwork-linux-scsi@patchwork.kernel.org>; Wed, 1 Aug 2018 13:38:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C1EE22AA12; Wed, 1 Aug 2018 13:38:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 82E4B2A617 for <patchwork-linux-scsi@patchwork.kernel.org>; Wed, 1 Aug 2018 13:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389506AbeHAPYK (ORCPT <rfc822;patchwork-linux-scsi@patchwork.kernel.org>); Wed, 1 Aug 2018 11:24:10 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:56983 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389274AbeHAPXz (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Wed, 1 Aug 2018 11:23:55 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id E718CC3F6FD47; Wed, 1 Aug 2018 21:38:00 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.399.0; Wed, 1 Aug 2018 21:37:52 +0800 From: zhong jiang <zhongjiang@huawei.com> To: <john.garry@huawei.com>, <jejb@linux.vnet.ibm.com>, <martin.petersen@oracle.com>, <aacraid@microsemi.com> CC: <andy.shevchenko@gmail.com>, <linux-scsi@vger.kernel.org>, <linux-kernel@vger.kernel.org> Subject: [PATCH 0/4] use dma_zalloc_coherent and vzalloc to replace open code Date: Wed, 1 Aug 2018 21:26:12 +0800 Message-ID: <1533129976-51930-1-git-send-email-zhongjiang@huawei.com> X-Mailer: git-send-email 1.7.12.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
use dma_zalloc_coherent and vzalloc to replace open code
|
expand
|