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 BB4CAC433F5 for ; Thu, 14 Apr 2022 20:04:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346074AbiDNUHC (ORCPT ); Thu, 14 Apr 2022 16:07:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346099AbiDNUHA (ORCPT ); Thu, 14 Apr 2022 16:07:00 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C061B5AECE for ; Thu, 14 Apr 2022 13:04:34 -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-out1.suse.de (Postfix) with ESMTPS id 77F3A2160E; Thu, 14 Apr 2022 20:04:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1649966673; h=from:from:reply-to: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=lwiWCEf2V5JhuRYPkl2Z0AW0sqo7y5eHQ6z/VfYfCRg=; b=gHajUWZBCg2ZRUTae1/4GExodoYsInWf0LndK6ruVR5cGBZC3GyoRTWy/mpU8nubXIC48f CjwO2zJ6Q5S/Zex/0AVhFoZ/8xyeLVAu+oRdYv/IB6WREt1KNTFjRvoSxNlqF4Y5Tafw46 +jVB6quvC0NLy8N2o7DOW8JenHsr004= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1649966673; h=from:from:reply-to: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=lwiWCEf2V5JhuRYPkl2Z0AW0sqo7y5eHQ6z/VfYfCRg=; b=MuPYOSvjZzAkUN4RkEwJoccan6iB6YOjJItTq5CyCpTc2foiPWkdfoPRZt+rgTq8yXadJ8 mXwEXGDrqQSiuzAA== 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 4A762132C0; Thu, 14 Apr 2022 20:04:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id OfZBEVF+WGJESgAAMHmgww (envelope-from ); Thu, 14 Apr 2022 20:04:33 +0000 Date: Thu, 14 Apr 2022 22:00:26 +0200 From: David Sterba To: Goldwyn Rodrigues Cc: linux-btrfs@vger.kernel.org Subject: Re: [PATCH] btrfs: Do not pass compressed_bio to submit_compressed_bio() Message-ID: <20220414200026.GU15609@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Goldwyn Rodrigues , linux-btrfs@vger.kernel.org References: <20220414020917.llk3mbnsp34bspyc@fiona> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220414020917.llk3mbnsp34bspyc@fiona> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Wed, Apr 13, 2022 at 09:11:07PM -0500, Goldwyn Rodrigues wrote: > Parameter struct compressed_bio is not used by the function > submit_compressed_bio(). Remove it. > > Signed-off-by: Goldwyn Rodrigues Added to misc-next, thanks.