Received: by 10.192.165.156 with SMTP id m28csp734646imm; Tue, 17 Apr 2018 19:33:36 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+XNgKKd308pN/hSxigDjW2i4I1rInTPt0GZKBKIxJ7QvtRup4hsLU0ucote0MC2AwoJtjc X-Received: by 2002:a17:902:7249:: with SMTP id c9-v6mr252324pll.217.1524018816484; Tue, 17 Apr 2018 19:33:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524018816; cv=none; d=google.com; s=arc-20160816; b=RQ0et9hnCFlQVC4CkR/CMa8uHF7qiTLsyhjRRlvhitYb1HUL651zuQ5zMBKby14eYJ wYXoTzyYuheGlT+AYtDnpJzy8lNFryqzimLeArMkemuJU/Y3duHcQgg1fe/5vorXPgz0 BYd0kXxpc3k+R+zbm7JAj60jNaL1lE2J3xREhRacGJHWn9Z42qKRcTCMw1vcvFi2NqIg tfXGs4dd0kaXpW9J7eV5liBQ19f8lxMVrOZqtg4v2ZiQmoPL4nOXEsNYdpCxzVS/1cZn z2Aie6nxjJTaCZZtthhZJ9iDWfTLEVr4c4jLJziVoVj9cQg7D2xRIKJJgzcH6NY6dd/g Hzyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:references :in-reply-to:subject:cc:date:to:from:arc-authentication-results; bh=CwzHYAUo9Bm6JScKSGVRkXDSXw7F2vHkjMFm1OfzeDY=; b=DcroZ5apUXk7jr/zXH9KtG/fcXTJBbI0v6zD3JJWKRWnq2buyrffvx2f5RYoOPT43f eTGEj1AKVNBb2cbkVXQKd0S0XHtx+icbMM/wcgVJ19T6Y96sLugX3kVjVNfnd/YUI2um cPjZ6d2OvnrkUG5QtJkauDCTapCclf+0p2Uz1PIRJJV4YRwJQdh08UBUSQUvcAmHye9H C1s/8QrjZSfIDz4FW9BiRuqkI9GI0rYEsmDiSR/TKL6o/7L15el8nl4GobXk/xIo7Xtv 1PnSi31JAQQyhiQO2MSN4WHcpomfcVri9tDP5FE37Iv5IvgSN4HLLkG0roDTQI+eqj2M Nzmw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p23si201495pgv.153.2018.04.17.19.33.22; Tue, 17 Apr 2018 19:33:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753252AbeDRCcL (ORCPT + 99 others); Tue, 17 Apr 2018 22:32:11 -0400 Received: from mx2.suse.de ([195.135.220.15]:51547 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752840AbeDRCcK (ORCPT ); Tue, 17 Apr 2018 22:32:10 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 00EF6AD2D; Wed, 18 Apr 2018 02:32:09 +0000 (UTC) From: NeilBrown To: James Simmons Date: Wed, 18 Apr 2018 12:32:01 +1000 Cc: Oleg Drokin , Greg Kroah-Hartman , Andreas Dilger , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 2/6] staging: lustre: remove libcfs/linux/libcfs.h In-Reply-To: References: <152383910760.23409.2327082725637657049.stgit@noble> <152383935734.23409.11654775387996961581.stgit@noble> Message-ID: <874lk9s0ri.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, Apr 16 2018, James Simmons wrote: >> This include file is only included in one place, >> and only contains a list of other include directives. >> So just move all those to the place where this file >> is included, and discard the file. >>=20 >> One include directive uses a local name ("linux-cpu.h"), so >> that needs to be given a proper path. >>=20 >> Probably many of these should be remove from here, and moved to >> just the files that need them. > > Nak. Dumping all the extra headers from linux/libcfs.h to libcfs.h is > the wrong approach. The one header, libcfs.h, to be the only header > in all lustre files is the wrong approach. I have been looking to > unroll that mess. I have patch that I need to polish you that I can > submit. I think we both have the same goal - maybe just different paths to get there. If you have something nearly ready to submit, I'm happy to wait for it, then proceed on top of it. Thanks, NeilBrown --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEG8Yp69OQ2HB7X0l6Oeye3VZigbkFAlrWriEACgkQOeye3VZi gbmYXA//SzzRCt5Akx9xfIAKtqygbbQw2MoCPyG+Ad1CPAj5qx2trBlIVuEOAYm9 5541vj9pi5PRSNg7m9VJBQ3tAEV8vcl9Uvi4lYUAnbDulgagTs7za5DCkd20Kcpb xuNM8OKFSCprN1kXPaUorwzjGAxdzVkywb7DR4uX+zUy/7qLgJpbKnDFs11ATCMB kt8Ug30GPXEE71nt/AciVolMcJKWnyEsUTCo1cqdKuG3XlWR1eDpRxwdS/6N6xQT qJAzO2Kjb//dFVhmGILSM3L5k3AsNG/v07riJsjtZBtPROkKbeTnW6/iCRz5x0Yp 5HqDfrKU7k4ehQeTUGoTYPL1JFqQuEOyT7jq6FmK4PvM5AkugpuMRfGj2oLi5Ie3 TyEw20NYKPzX1H3m0nTGKdUKb/6lgEahPfEkONNPKtnCEbqZOzgLop6ydy3kPxca jqmmmDkNB7HSrRxg+m6iW3sgT4bU2ZUQkSVs34NqE4jo7/2mxuW9AC6p/IwSpmPB gWbCw/SIFzWBkNwyN8fn0PSxkLIiRmBBZiKTSo1xIaXCdBuZEXzlzG56SKUcvBId +tbBZ1bo9P6F0i9LkpmFxyiv8623R04PI7kONgH4ln/zUQHwOwbbx6G8HoHkLUt7 gm9SZy5fCASzyKjwbNJqUnBvRlPqI07EtqUZvXO5vCPzq1kSw+k= =cvrd -----END PGP SIGNATURE----- --=-=-=--