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 4964AC433F5 for ; Fri, 15 Apr 2022 06:01:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230370AbiDOGEY (ORCPT ); Fri, 15 Apr 2022 02:04:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbiDOGEX (ORCPT ); Fri, 15 Apr 2022 02:04:23 -0400 Received: from nksmu.kylinos.cn (mailgw.kylinos.cn [123.150.8.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9E75A8891 for ; Thu, 14 Apr 2022 23:01:56 -0700 (PDT) X-UUID: e6f9133244d14e7084ce34f50560d812-20220415 X-UUID: e6f9133244d14e7084ce34f50560d812-20220415 Received: from cs2c.com.cn [(172.17.111.24)] by nksmu.kylinos.cn (envelope-from ) (Generic MTA) with ESMTP id 232373488; Fri, 15 Apr 2022 14:00:40 +0800 X-ns-mid: postfix-62590A50-9252324949 Received: from ubuntu (unknown [172.30.60.63]) by cs2c.com.cn (NSMail) with ESMTPA id DC8653848675; Fri, 15 Apr 2022 06:01:52 +0000 (UTC) Date: Fri, 15 Apr 2022 14:01:52 +0800 From: Enze Li To: zhenwei pi Cc: util-linux@vger.kernel.org Subject: Re: [PATCH] build-sys: add blkpr to gitignore Message-ID: <20220415140152.4fe3d03c@ubuntu> In-Reply-To: <6f22345a-8351-ae01-7df2-c2d31ccd5956@bytedance.com> References: <20220415033125.3409425-1-lienze@kylinos.cn> <6f22345a-8351-ae01-7df2-c2d31ccd5956@bytedance.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: util-linux@vger.kernel.org On Fri, 15 Apr 2022 11:31:31 +0800 zhenwei pi wrote: > On 4/15/22 11:31, Enze Li wrote: > > Since this commit 627428a95692 ("blkpr: add block persistent > > reservations command"), we introduced blkpr, but the compiled > > generated binary file is not added to the gitignore, so let's do it. > > > > Signed-off-by: Enze Li > > --- > > .gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.gitignore b/.gitignore > > index 3274563ec..0effa8945 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -73,6 +73,7 @@ GSYMS > > /addpart > > /agetty > > /blkdiscard > > +/blkpr > > /blkzone > > /blkid > > /blockdev Hi zhenwei, Thanks for your review. > > Could you please reorder blkXX together to make them all in order? > Indeed, if this is necessary. I've sent v2 to util-liux@list. Thanks, Enze