From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F1AEC07545 for ; Wed, 25 Oct 2023 19:57:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229498AbjJYT5F convert rfc822-to-8bit (ORCPT ); Wed, 25 Oct 2023 15:57:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229874AbjJYT5C (ORCPT ); Wed, 25 Oct 2023 15:57:02 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F2C4199 for ; Wed, 25 Oct 2023 12:56:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id AAFBD622F58A; Wed, 25 Oct 2023 21:56:54 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id UGBbq78KcShG; Wed, 25 Oct 2023 21:56:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 4EEF8623488E; Wed, 25 Oct 2023 21:56:54 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mI-h2KQdF8Ke; Wed, 25 Oct 2023 21:56:54 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 2CE5A622F58A; Wed, 25 Oct 2023 21:56:54 +0200 (CEST) Date: Wed, 25 Oct 2023 21:56:53 +0200 (CEST) From: Richard Weinberger To: Petr Vorel Cc: linux-nfs , Steve Dickson Message-ID: <733457095.2959.1698263813891.JavaMail.zimbra@nod.at> In-Reply-To: <20231025194701.456031-3-pvorel@suse.cz> References: <20231025194701.456031-1-pvorel@suse.cz> <20231025194701.456031-3-pvorel@suse.cz> Subject: Re: [PATCH 2/3] support/reexport.c: Remove unused headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: support/reexport.c: Remove unused headers Thread-Index: cM5myqdd0Jpxyv6QzpTF00KdeWK8pQ== Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Petr Vorel" > An: "linux-nfs" > CC: "Petr Vorel" , "richard" , "Steve Dickson" > Gesendet: Mittwoch, 25. Oktober 2023 21:47:00 > Betreff: [PATCH 2/3] support/reexport.c: Remove unused headers > Some of them are needed but included elsewhere, e.g. > included in nfslib.h or included in xcommon.h, but at least > is removed due further code simplification. > > Fixes: 878674b3 ("Add reexport helper library") > Signed-off-by: Petr Vorel Reviewed-by: Richard Weinberger Thanks, //richard