From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-f66.google.com ([209.85.210.66]:38335 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725863AbeLYWMW (ORCPT ); Tue, 25 Dec 2018 17:12:22 -0500 MIME-Version: 1.0 In-Reply-To: References: <1545555435-24576-1-git-send-email-Julia.Lawall@lip6.fr> From: Tom Psyborg Date: Tue, 25 Dec 2018 23:12:20 +0100 Message-ID: Subject: Re: [PATCH 00/20] drop useless LIST_HEAD Content-Type: text/plain; charset="UTF-8" Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Julia Lawall Cc: Andy Shevchenko , kernel-janitors@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Dan Williams , linux-scsi@vger.kernel.org, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-xfs@vger.kernel.org, linux-btrfs@vger.kernel.org, Stefano Stabellini , xen-devel@lists.xenproject.org, linux-wireless@vger.kernel.org there was discussion about this just some days ago. CC 4-5 lists is more than enough On 23/12/2018, Julia Lawall wrote: > > > On Sun, 23 Dec 2018, Tom Psyborg wrote: > >> Why do you CC this to so many lists? > > Because the different files are in different subsystems. The cover letter > goes to a list for each file, or to a person if there is no list. The > patches go to the people and lists associated with the affected files. > > julia > >> >> On 23/12/2018, Julia Lawall wrote: >> > Drop LIST_HEAD where the variable it declares is never used. >> > >> > --- >> > >> > drivers/dma/at_hdmac.c | 5 ----- >> > drivers/dma/dw/core.c | 1 - >> > drivers/dma/pl330.c | 1 - >> > drivers/dma/sa11x0-dma.c | 2 -- >> > drivers/dma/st_fdma.c | 3 --- >> > drivers/infiniband/ulp/ipoib/ipoib_ib.c | 1 - >> > drivers/net/ethernet/mellanox/mlx4/resource_tracker.c | 5 ----- >> > drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 3 --- >> > drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 1 - >> > drivers/net/wireless/st/cw1200/queue.c | 1 - >> > drivers/scsi/lpfc/lpfc_nvme.c | 2 -- >> > drivers/scsi/lpfc/lpfc_scsi.c | 2 -- >> > drivers/scsi/lpfc/lpfc_sli.c | 1 - >> > drivers/scsi/qla2xxx/qla_init.c | 1 - >> > drivers/xen/xenbus/xenbus_dev_frontend.c | 2 -- >> > fs/btrfs/relocation.c | 1 - >> > fs/nfs/nfs4client.c | 1 - >> > fs/nfsd/nfs4layouts.c | 1 - >> > fs/xfs/xfs_buf.c | 1 - >> > fs/xfs/xfs_fsops.c | 1 - >> > 20 files changed, 36 deletions(-) >> > >> >