From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 33B7A1F545 for ; Wed, 26 Jul 2023 12:45:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1690375515; bh=a2hJ8IOUlsFUVXBqdim5ENm9tiG3Pjh5nKQD0sL6oHs=; h=From:To:Subject:Date:From; b=5nHt2NmLVo6DYUTdCH1IowDNKRUnmvRvIc/8CIjAaaOqkR5gW9gEamLdhrkT4C1/Y 5crQQfVhZNEv9bLSbGqT4wnAXRJehK6MoYw95Rr7Rd4DqrCP8gl5zsN/X0L2lelbC2 sJABnjfn/DxUfI1FPoHm6I7U7EJKgDdf1MGpjf7o= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] fuse3 branch updates Date: Wed, 26 Jul 2023 12:45:13 +0000 Message-Id: <20230726124515.3639819-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Brain is fried from coderepo <=> inbox joins, some FUSE3 stuff from the other project using this shim... Patch 2/2: naming things is hard :< I think `lei' is a suitable FS name, since `leifs' is very confusing. The mount executable can be `lei.fuse'... Eric Wong (2): f3: safer fixed buffer size for alternate F3_NS f3: define F3_NS in cflags rather than C code lib/PublicInbox/LeiF3.pm | 5 +++-- lib/PublicInbox/f3.h | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-)