From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751380AbdBSFvO (ORCPT ); Sun, 19 Feb 2017 00:51:14 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:56659 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750917AbdBSFvM (ORCPT ); Sun, 19 Feb 2017 00:51:12 -0500 Message-ID: <1487482934.2958.41.camel@haakon3.risingtidesystems.com> Subject: Re: [PATCH v3 4/9] vhost/scsi: Don't reinvent the wheel but use existing llist API From: "Nicholas A. Bellinger" To: Byungchul Park Cc: peterz@infradead.org, mingo@kernel.org, neilb@suse.de, viro@zeniv.linux.org.uk, ying.huang@intel.com, oleg@redhat.com, shli@kernel.org, linux-kernel@vger.kernel.org, target-devel Date: Sat, 18 Feb 2017 21:42:14 -0800 In-Reply-To: <1487057190-25191-5-git-send-email-byungchul.park@lge.com> References: <1487057190-25191-1-git-send-email-byungchul.park@lge.com> <1487057190-25191-5-git-send-email-byungchul.park@lge.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Byungchul, On Tue, 2017-02-14 at 16:26 +0900, Byungchul Park wrote: > Although llist provides proper APIs, they are not used. Make them used. > > Signed-off-by: Byungchul Park > --- > drivers/vhost/scsi.c | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-) Acked-by: Nicholas Bellinger