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 C595DC001B0 for ; Wed, 5 Jul 2023 10:31:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231769AbjGEKbK (ORCPT ); Wed, 5 Jul 2023 06:31:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229635AbjGEKbI (ORCPT ); Wed, 5 Jul 2023 06:31:08 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B556BE57; Wed, 5 Jul 2023 03:31:07 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 7352D1F889; Wed, 5 Jul 2023 10:31:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1688553066; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aTEd3fBquffgK1oTUGHJyJlGnNCl+YqrY9h3E39k8Z0=; b=MdN1Mw1D0Gl+ejFEl5DSExcJnR+nOOsoIXSrgPodlt6pbm1efJ40TIIA4K7HLSfsYRzc8f Wh7O3OTY3DE8s3j4j7LZc2CjluTwqhfBsDigSM3hbeSVB7hig7rD+1A4YDKSGYw4VhcTtL RZguuy7IZHkg4LyVnx7kRSqzRcD4xSg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1688553066; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aTEd3fBquffgK1oTUGHJyJlGnNCl+YqrY9h3E39k8Z0=; b=A8PAjEkiDgH1kCNCAc2OfNvHhl1lu+MPB2qn3hF9DN3EpZlFS4ME/S1915Mjd3cz32OmC4 mVH+96/Y6SXRQGDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 6554A13460; Wed, 5 Jul 2023 10:31:06 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id gy62GGpGpWRqEAAAMHmgww (envelope-from ); Wed, 05 Jul 2023 10:31:06 +0000 Received: by quack3.suse.cz (Postfix, from userid 1000) id 048CCA0707; Wed, 5 Jul 2023 12:31:06 +0200 (CEST) Date: Wed, 5 Jul 2023 12:31:05 +0200 From: Jan Kara To: "Darrick J. Wong" Cc: Jan Kara , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , Christian Brauner , Jens Axboe , Kees Cook , Ted Tso , syzkaller , Alexander Popov , Eric Biggers , linux-xfs@vger.kernel.org, linux-btrfs@vger.kernel.org, Dmitry Vyukov Subject: Re: [PATCH 3/6] xfs: Block writes to log device Message-ID: <20230705103105.cl4avnr27q6enuxc@quack3> References: <20230704122727.17096-1-jack@suse.cz> <20230704125702.23180-3-jack@suse.cz> <20230704155313.GO11441@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230704155313.GO11441@frogsfrogsfrogs> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue 04-07-23 08:53:13, Darrick J. Wong wrote: > On Tue, Jul 04, 2023 at 02:56:51PM +0200, Jan Kara wrote: > > Ask block layer to not allow other writers to open block device used > > for xfs log. > > "...for the xfs log and realtime devices." > > With that fixed, > Reviewed-by: Darrick J. Wong Thanks for the fixup and the review! Honza -- Jan Kara SUSE Labs, CR