From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10654 invoked from network); 13 Aug 2021 11:21:12 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 13 Aug 2021 11:21:12 -0000 Received: from mail-io1-f43.google.com ([209.85.166.43]) by 1ess; Fri Aug 13 07:15:39 -0400 2021 Received: by mail-io1-f43.google.com with SMTP id q16so10405590ioj.0 for <9front@9front.org>; Fri, 13 Aug 2021 04:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:user-agent:in-reply-to:references:message-id :mime-version:content-transfer-encoding; bh=TcFts9xyb7mLXCtrE6slS+ncGk2zjeF6WfEbNeZccQo=; b=cKbSeBrYQGg+8LCNwUNtwDpB7zlj86KsSUrrAb1YvoruHu66ACtxMLQ7syu7HaPbW2 TQDFb6ZkfS7Sp1GaNsC/L11wPG5HH8uet1HKDeDcp/GSuygbGBmuOtHnaGtSeR+kEexj h39ybTFiVBbcoAiaICkNUqZL5CAe+vPDOKj5E+xG8mO9n16GZMJknD3obRRLU3auKtY1 P5uV4ENO8JnwGao1h6rv+RXmLRRprArv1uNbxPYG85O6EI1U1yfejw1ZY8L+ohCX42tc DpNtlvmTJIdlhfqCpMEjk4yt5WqbgqcB547EWOxS82hAfUrmd+llK/tQdzHyTKYL8yn1 6tMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:user-agent:in-reply-to :references:message-id:mime-version:content-transfer-encoding; bh=TcFts9xyb7mLXCtrE6slS+ncGk2zjeF6WfEbNeZccQo=; b=htLehsc5s38hVJBPd77SKsCob07NGQ1sBH8qqPHr2Lfy9B9HNexAcxsEOxBqUYyt8G cL6IOcx6YCCBpRPTJfuzc4M2cw7z6ZEBJCBF6kwJ3621A/jJc+E5pAWhiqVdfK/Na5Wn xTOGc9zaQqBEUDOfyLitezlUiyFHuhlmjG5rz5L85ynf2JWUoQZSnUve6Jgz6n5Qz47O PxPTXZQiwBGAVx4eUij7Rl/CugwLCeYaql32pmyk3cLDmgz/2QR01MayEzV26V7rJE4X d7wOLDh2XiCFkPVLKUumWktGLIY7iL9su5mrN3v3rEQyjswqNlX7JHv9rsJv85/02xmv afHw== X-Gm-Message-State: AOAM530YOVQ9+undPlazPjVmCZJPiDQ6HWCUQ5mdos93f4pOssJS20La ZF0EiP4tfprzT+IQr1PEaAiZfTWkL1I= X-Google-Smtp-Source: ABdhPJzXS+BxOMHxPSF3DYnai36IRu+oTBklJGvG60mPw/3jJKGsmV67zy71B2vK1fBQql4EJeFEYQ== X-Received: by 2002:a5e:8d06:: with SMTP id m6mr1640405ioj.18.1628853330589; Fri, 13 Aug 2021 04:15:30 -0700 (PDT) Return-Path: Received: from ?IPv6:::1? ([2601:246:4e03:dc20:8cc3:a148:fcee:7a75]) by smtp.gmail.com with ESMTPSA id c13sm815892iod.25.2021.08.13.04.15.30 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Aug 2021 04:15:30 -0700 (PDT) Date: Fri, 13 Aug 2021 06:15:24 -0500 From: Amavect To: 9front@9front.org User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: <47E5BD21-45DD-476D-ABA1-E257DDB94846@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: general-purpose-based grid Subject: Re: [9front] exportfs: fix debug logging Reply-To: 9front@9front.org Precedence: bulk On August 13, 2021 1:46:31 AM CDT, unobe@cpan=2Eorg wrote: >I know you already created a different patch, but this part of the >patch looks pointless, but I don't program in C a lot so maybe I can >learn something new=2E I thought declarations generally go together, so >why move this one declaration down to after initializations? My mistake! I initially had done both changes (which ultimately deletes that int), and= then decided to split them=2E Instead of using git/revert on that file (as= I should have), I remade it by hand=2E I had to add the variable back, and= I thoughtlessly stuck it at the end of the initializations=2E Anyways, the second set using git/export doesn't have it, which is correct= =2E Thanks, Amavect