[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1708121349080.2001@hadrien>
Date: Sat, 12 Aug 2017 13:51:21 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Christoph Hellwig <hch@...radead.org>
cc: linux-scsi@...r.kernel.org, bhumirks@...il.com,
kernel-janitors@...r.kernel.org, MPT-FusionLinux.pdl@...adcom.com,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Subject: Re: [PATCH 0/6] constify pci_error_handlers structures
Another issue arises in the files drivers/infiniband/hw/hfi1/pcie.c and
drivers/infiniband/hw/qib/qib_pcie.c, where the pci_error_handlers
structure is defined in one file and used in another file. The structure
definition references various functions that are static in the same file.
Should I try to move those functions to the file containing the pci_driver
structure? Or leave the functions where they are and remove the static
annotation?
thanks,
julia
Powered by blists - more mailing lists