Received: by 2002:a05:6a10:8a4d:0:0:0:0 with SMTP id dn13csp1063295pxb; Fri, 13 Aug 2021 12:34:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwXXa8UWv8WcCi44mUUcpCwfkV09D+L2jwIENYGrMvtuw1H7gBdmhrCGOAKLjanVa6P1I/k X-Received: by 2002:a17:906:4784:: with SMTP id cw4mr4027609ejc.160.1628883263738; Fri, 13 Aug 2021 12:34:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628883263; cv=none; d=google.com; s=arc-20160816; b=jy62CQ/h9JqsubV1jXMhqBvX0M01lk11KJ5y62kAfM8MInygt53YoAFXYU6Iw8klaS PHN7fSwoUPiOrCuGPA/oO39dHYE1KbsOjtJgBEsWJ+QEYo7K2DlbZBjStjy3YRvSwc4L li7UlZSypmQLOq4PCZaJaXpyro2h8TSw6i5iLvw4zgVSeEkmeJALeADtX2mMGHCK4+jV 3EL6v75NanP6cKxOHT1ATOxZFeUlEty9PgtfXQBxqPOYRllDA+ypgiTjwpzqESwZXgED 54hudJrpNt2skU14rlrmazw/oOtK1/hwO3Zz+l1HIrF5mjZUab00fNhmQVnTTUp9TClK 4GfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=VdIuMbFQzBLOa/IYra7jcy/1GsT9EQs/T8wgsXwkrKU=; b=Hbok/G/nVXnttrmnj0x0wqKr0yc3bXfLPoXMHR1W2J8ztLh9opMDQ8AYfGClSeL4o0 haYyy8cSXMmyaJp8SXprQa5mVDJLs3uXr6kE7wKlWr3JcF7NRH60QKzx3MESm84YiSD0 24jCjKDmq6mHz9/QYTdWUcq6Txgast1auULTMdl1m4zfjH/lNusvb8Dx81CXx4he2erK eBLlqd4QZbLax1PA9cliHySV0PIGmZiwhWab2aQAr9/8eObkE+oKJwpAe+2Fw8mYNX6C V1LhIBXcRzbwpVDB1Y1s0DQmZM91+pdhanjS4y6k0JQtzfIi0WYnXLtVsJaVzCFRSxUR rlSg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id by8si2401049ejb.590.2021.08.13.12.34.00; Fri, 13 Aug 2021 12:34:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233862AbhHMTc1 (ORCPT + 99 others); Fri, 13 Aug 2021 15:32:27 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:50446 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233687AbhHMTc1 (ORCPT ); Fri, 13 Aug 2021 15:32:27 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 5D3001C0B76; Fri, 13 Aug 2021 21:31:58 +0200 (CEST) Date: Fri, 13 Aug 2021 21:31:58 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Hans de Goede , Sudip Mukherjee Subject: Re: [PATCH 5.10 12/19] vboxsf: Make vboxsf_dir_create() return the handle for the created file Message-ID: <20210813193158.GA21328@duo.ucw.cz> References: <20210813150522.623322501@linuxfoundation.org> <20210813150523.032839314@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <20210813150523.032839314@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > commit ab0c29687bc7a890d1a86ac376b0b0fd78b2d9b6 upstream >=20 > Make vboxsf_dir_create() optionally return the vboxsf-handle for > the created file. This is a preparation patch for adding atomic_open > support. Follow up commits using this functionality are in 5.13 but not in 5.10, so I believe we don't need this in 5.10, either? (Plus someone familiar with the code should check if we need "vboxsf: Honor excl flag to the dir-inode create op" in 5.10; it may have same problem). Best regards, Pavel =09 --=20 http://www.livejournal.com/~pavelmachek --DocE+STaALJfprDB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYRbIrgAKCRAw5/Bqldv6 8lSvAJwNVKgSQbq8Vr6gWudFsKZroshL3QCglfu1ww6X525AF0v/THpbAit9WyI= =pdv/ -----END PGP SIGNATURE----- --DocE+STaALJfprDB--