From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D5DDE3537D6 for ; Wed, 4 Mar 2026 03:29:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.135.223.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772594947; cv=none; b=LhhzV5NZa/L22agUfVYjPEmLRRJivF3doYnZpD6XHiyje/uIj/8D1+4eclfNnSBnpNpY7oRW+/0WNr450aflk/Z3O6XRDVUwf2p3BwjFxZNYUHrYySGO+OLPBPCN66djZT8PEWswNec0pRgVjRaWae7ewSZyDjbPRH5zEzU7130= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772594947; c=relaxed/simple; bh=3CUiyg73Cn+4dMoXbPs8yN/8scGEszVe153gSUaG1iI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OhxPlDgp5ujBbTOEHI1vZKE4ALSE7LrCHyMQsUMR15zapMxPDl9eYya9qTE9RVuaZChiI1aLcRSgeaPwN9zQQqFF7vHKrCWNP6O00sJt5GZlQ6EBhpVqf8utr11axwZqyfxXnxCUSYaz0R6KQzJYHUWF6DQEyTB11aix4gKWQ+0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=suse.cz; spf=pass smtp.mailfrom=suse.cz; arc=none smtp.client-ip=195.135.223.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=suse.cz Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 313FD5BE2A; Wed, 4 Mar 2026 03:29:05 +0000 (UTC) Authentication-Results: smtp-out2.suse.de; none Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 1813F3EA69; Wed, 4 Mar 2026 03:29:05 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id Jai+BQGnp2kgXQAAD6G6ig (envelope-from ); Wed, 04 Mar 2026 03:29:05 +0000 Date: Wed, 4 Mar 2026 04:29:03 +0100 From: David Sterba To: Qu Wenruo Cc: linux-btrfs@vger.kernel.org Subject: Re: [PATCH 0/2] btrfs: trivial cleanups in end_bbio_data_write() Message-ID: <20260304032903.GF8455@twin.jikos.cz> Reply-To: dsterba@suse.cz References: Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Server: rspamd2.dmz-prg2.suse.org X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Rspamd-Queue-Id: 313FD5BE2A X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Action: no action X-Spam-Flag: NO X-Spam-Score: -4.00 X-Spam-Level: On Tue, Mar 03, 2026 at 06:45:08PM +1030, Qu Wenruo wrote: > Please check the changelog of each patch. All of them are pretty > trivial. > > Qu Wenruo (2): > btrfs: remove the alignment check in end_bbio_data_write() > btrfs: move the mapping_set_error() out of the loop in > end_bbio_data_write() Reviewed-by: David Sterba Please update 1st patch changelog with the historical notes about the checks.