From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A1FA01118D; Mon, 29 Apr 2024 08:42:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714380126; cv=none; b=SIfawS7pSSczfI8ceAziAL8AsMq+nmSRhxM5M+IUHQUo9BYY8Yj1euSj4IGteBERzms2vy6P53AGGSbTjg5PPmfMVBER4yx0D+tpGDSI4h7JITQG7erICyvm6h+o/6Kwg08q1x95a2IAVATR2+z8lCjncibs15Mq7csOA+0bb5M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714380126; c=relaxed/simple; bh=LG62qWMIwbIy4hcTqwq+US2SDrBdu3Qw1QIOQR8u+zw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HOI6ZrdZ8+yMLMhkNKS6JwDdxNwITqnXOksuK0sJyD5HTIMycO5jLrMzaN4qypGy+9js24D9axE6bNKn2/loC3cbrRhtRsl5cXzzpNDbWcOvYU3w1nSOiPzA85TLuEJuJSkftdQX295tL0qgCyRNQEsYZ74sMOP4Z3zhHJjtMGc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hU7MiF7q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hU7MiF7q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6071C113CD; Mon, 29 Apr 2024 08:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714380126; bh=LG62qWMIwbIy4hcTqwq+US2SDrBdu3Qw1QIOQR8u+zw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hU7MiF7q/FWfGWWxaTvM655FH3q1W42M0SjW9CBvmUlaPodAB8gFhoGSMSiIgZlBg c1PGBQD2qWkQdTS+zL7zGznELL8ulnmJ58pBQbNgKruKnV7hfr8IcbtydJ5MBrm+Ee 1CLdp+i506bzYWw0MarGJ5o5MYRkc9pDLoxSVZcUIwfcPB0zyTcQSxSEJAduCwFB4Z zmxWaCgWn9AWtGR1KCeE2L67Cha0KFSEQ+tyowYk6bp0kmwgzNMAzDRV2zqmQNWk4n HpNMJbaotlhBMJRAWXw7vohGaJy9oSTApEYr2XTNxfFkXM3yQpaaXTFtr9HM54Ij7Y Gv51BzGvsD5Cw== Date: Mon, 29 Apr 2024 10:42:01 +0200 From: Christian Brauner To: Al Viro Cc: linux-fsdevel@vger.kernel.org, Linus Torvalds , Christoph Hellwig , linux-block@vger.kernel.org, Jens Axboe , linux-btrfs@vger.kernel.org, "Rafael J. Wysocki" , Andrew Morton Subject: Re: [PATCH 7/7] set_blocksize(): switch to passing struct file *, fail if it's not opened exclusive Message-ID: <20240429-nilpferd-beimessen-920d25a648f5@brauner> References: <20240427210920.GR2118490@ZenIV> <20240427211305.GG1495312@ZenIV> Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240427211305.GG1495312@ZenIV> On Sat, Apr 27, 2024 at 10:13:05PM +0100, Al Viro wrote: > Signed-off-by: Al Viro > --- Looks good to me, Reviewed-by: Christian Brauner