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 B0E04C25B0E for ; Mon, 15 Aug 2022 17:56:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231584AbiHORzt (ORCPT ); Mon, 15 Aug 2022 13:55:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231898AbiHORze (ORCPT ); Mon, 15 Aug 2022 13:55:34 -0400 Received: from mail.hallyn.com (mail.hallyn.com [178.63.66.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D6BFE020; Mon, 15 Aug 2022 10:55:32 -0700 (PDT) Received: by mail.hallyn.com (Postfix, from userid 1001) id 9529777A; Mon, 15 Aug 2022 12:55:30 -0500 (CDT) Date: Mon, 15 Aug 2022 12:55:30 -0500 From: "Serge E. Hallyn" To: Tycho Andersen Cc: "Eric W. Biederman" , Al Viro , Oleg Nesterov , "Serge E. Hallyn" , Miklos Szeredi , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [RFC][PATCH v2] fuse: In fuse_flush only wait if someone wants the return code Message-ID: <20220815175530.GA23095@mail.hallyn.com> References: <87pmhofr1q.fsf@email.froward.int.ebiederm.org> <87v8rfevz3.fsf@email.froward.int.ebiederm.org> <87h72zes14.fsf_-_@email.froward.int.ebiederm.org> <20220729204730.GA3625@redhat.com> <875yjfdw3a.fsf_-_@email.froward.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 15, 2022 at 07:59:08AM -0600, Tycho Andersen wrote: > Hi, > > On Sat, Jul 30, 2022 at 12:10:33AM -0500, Eric W. Biederman wrote: > > Al, vfs folks? (igrab/iput sorted so as not to be distractions). > > Any movement on this? Can you resend (or I can) the patch with the > fixes for fuse at the very least? > > Thanks, If you resend with the fixes, I'd like to do a bit of testing with it.