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 DFB7B3090E6; Wed, 3 Dec 2025 21:53: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=1764798787; cv=none; b=gZmZnc66W/8T9C+BdjpoyFtxnOMIC3D59RY6WQ5xq/wTDbu79AP4erpuwI+ruasLvskOlGqCuXaMwDXfqaMUFSiq9JCiSkkhhuT7w7z4lQ5YAebL6fIcwG5cDytV1YazKKuTZn37AY0EQiD3nGwR13mL1MyXf9HFPBQy32PyhqM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764798787; c=relaxed/simple; bh=FFk0BICWZ0s9eg+EWRAL/A8moz5Z/8tPM+4OoOw4t0c=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=kUvLlrTraxXpam27xiz3Cb1Lr8lLFaoOeLVL6//1DUPhfxm6fL3D8qrksDPD5XYFjHdWUcOzBUQd/ExOpaJpzFIl7JsnCWiHyWUm/oSp7bAylD/sIFaE5qgoO72OtakvREdqjZt1ZrqmpHBwlCJwZLcLT8/iTzLq0H9Gx2LRqdc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VeYW0Uky; 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="VeYW0Uky" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BABF8C4CEF5; Wed, 3 Dec 2025 21:53:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764798786; bh=FFk0BICWZ0s9eg+EWRAL/A8moz5Z/8tPM+4OoOw4t0c=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VeYW0UkyuCwbiBS6GRQIS4qLICBiVyT5vCPL9NSbIU2AsyhMfKJ0O6UOsBhbWt6Gy t7OG96Mx+yOrltCQyVBwsFqX+YaPUVrJ+vWUeSd+WVBPXhyAB9Hggez6ODy6dFYYui ZpaMIqHYB5Eiv2d9dM4l3tiqJxDj5tDxZNo23QAaoGlwyhvON5tTsqIKBIM+SYJAbL WpzHUkIUck112Sr4cYs5KtgpwZcOFe8HykPGjTzRMFJWOF8SMIVxOrnf6S6gAUF/L0 53SEym27LIuvDbTfdtDbyEw2FZA2ECa7B7byH54yqXJ5EbCTxX5aWDGUhcWEpmAOnq yvG5vq/6EsOOg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B59AA3AA9A81; Wed, 3 Dec 2025 21:50:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value From: patchwork-bot+f2fs@kernel.org Message-Id: <176479860568.93351.11152980224844433705.git-patchwork-notify@kernel.org> Date: Wed, 03 Dec 2025 21:50:05 +0000 References: <20251124234806.75216-1-ckulkarnilinux@gmail.com> In-Reply-To: <20251124234806.75216-1-ckulkarnilinux@gmail.com> To: Chaitanya Kulkarni Cc: axboe@kernel.dk, agk@redhat.com, snitzer@kernel.org, mpatocka@redhat.com, song@kernel.org, yukuai@fnnas.com, hch@lst.de, sagi@grimberg.me, kch@nvidia.com, jaegeuk@kernel.org, chao@kernel.org, cem@kernel.org, dm-devel@lists.linux.dev, linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, bpf@vger.kernel.org, linux-xfs@vger.kernel.org Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 24 Nov 2025 15:48:00 -0800 you wrote: > Hi, > > __blkdev_issue_discard() only returns value 0, that makes post call > error checking code dead. This patch series revmoes this dead code at > all the call sites and adjust the callers. > > Please note that it doesn't change the return type of the function from > int to void in this series, it will be done once this series gets merged > smoothly. > > [...] Here is the summary with links: - [f2fs-dev,V3,1/6] block: ignore discard return value (no matching commit) - [f2fs-dev,V3,2/6] md: ignore discard return value (no matching commit) - [f2fs-dev,V3,3/6] dm: ignore discard return value (no matching commit) - [f2fs-dev,V3,4/6] nvmet: ignore discard return value (no matching commit) - [f2fs-dev,V3,5/6] f2fs: ignore discard return value https://git.kernel.org/jaegeuk/f2fs/c/807e755c468a - [f2fs-dev,V3,6/6] xfs: ignore discard return value (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 48978D1BDFC for ; Wed, 3 Dec 2025 21:53:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.sourceforge.net; s=beta; h=Content-Transfer-Encoding:Content-Type:Cc: Reply-To:From:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Subject:To:In-Reply-To:References:Date:Message-Id: MIME-Version:Sender:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Wr8C8hrr7FiAyBCzwZeCnxXyCiizJh6rBWmjBMNWzKI=; b=VcHM/AN8y+kmx4+uejhMiZG2QG nkc4m65n0y1ht7Uu7z2p4Nh5KhbrE/ApApXdRcqm3VPEMS6MKJdhZu88Y7GJxjLldd0MnYbytSeIN wuV+EEyOLNaAnI3ivD6rKFY/0mN0mZ0Xj/05qe/dHl+l1f+fXRQUKLr2I5LrMm3TZubA=; Received: from [127.0.0.1] (helo=sfs-ml-3.v29.lw.sourceforge.com) by sfs-ml-3.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1vQumh-0000Cy-3N; Wed, 03 Dec 2025 21:53:15 +0000 Received: from [172.30.29.66] (helo=mx.sourceforge.net) by sfs-ml-3.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1vQumf-0000Cs-9K for linux-f2fs-devel@lists.sourceforge.net; Wed, 03 Dec 2025 21:53:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Cc:To:In-Reply-To:References:Date:Message-Id:From: Subject:Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=08QPltQjjVweN7ZFDco1IWhSRigw67mEXxD2xucsKo0=; b=FqHR5mu+hEOkQU5qd2fZo4j5wW 5UlV1S3YnJdHPyfIAJWTXvReBQeI3gYH1t8eXL+JeWgqrJwRI4WG9EHFItYwd4w6NC37H41iHZcpP z1mBNsoVlPqz0It9423CbToxVfgdaxyTuNNl+2oszVFKbrmRNr1o/C/EwJ0y/WTLYoZI=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Cc:To:In-Reply-To:References:Date:Message-Id:From:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=08QPltQjjVweN7ZFDco1IWhSRigw67mEXxD2xucsKo0=; b=EfPXGxOVq57VcLeOj7nCg6Eu4h Ss6NLdVWe90JOZmByf9YttpIRASOX98/gYl8oNhGj7e49AqTaS0tsnQvROLRkJ7MFALiHhYKUYP9P uhXIyTNZWpeBEQ26xjnC9ksTFoQSNJX1BKwAMv7tsOZ9z3DbpdKfZw3KnFNhTgy6b7oU=; Received: from tor.source.kernel.org ([172.105.4.254]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1vQume-0007RQ-OW for linux-f2fs-devel@lists.sourceforge.net; Wed, 03 Dec 2025 21:53:13 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 180686017E; Wed, 3 Dec 2025 21:53:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BABF8C4CEF5; Wed, 3 Dec 2025 21:53:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764798786; bh=FFk0BICWZ0s9eg+EWRAL/A8moz5Z/8tPM+4OoOw4t0c=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VeYW0UkyuCwbiBS6GRQIS4qLICBiVyT5vCPL9NSbIU2AsyhMfKJ0O6UOsBhbWt6Gy t7OG96Mx+yOrltCQyVBwsFqX+YaPUVrJ+vWUeSd+WVBPXhyAB9Hggez6ODy6dFYYui ZpaMIqHYB5Eiv2d9dM4l3tiqJxDj5tDxZNo23QAaoGlwyhvON5tTsqIKBIM+SYJAbL WpzHUkIUck112Sr4cYs5KtgpwZcOFe8HykPGjTzRMFJWOF8SMIVxOrnf6S6gAUF/L0 53SEym27LIuvDbTfdtDbyEw2FZA2ECa7B7byH54yqXJ5EbCTxX5aWDGUhcWEpmAOnq yvG5vq/6EsOOg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B59AA3AA9A81; Wed, 3 Dec 2025 21:50:06 +0000 (UTC) MIME-Version: 1.0 Message-Id: <176479860568.93351.11152980224844433705.git-patchwork-notify@kernel.org> Date: Wed, 03 Dec 2025 21:50:05 +0000 References: <20251124234806.75216-1-ckulkarnilinux@gmail.com> In-Reply-To: <20251124234806.75216-1-ckulkarnilinux@gmail.com> To: Chaitanya Kulkarni X-Headers-End: 1vQume-0007RQ-OW Subject: Re: [f2fs-dev] [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: patchwork-bot+f2fs--- via Linux-f2fs-devel Reply-To: patchwork-bot+f2fs@kernel.org Cc: axboe@kernel.dk, dm-devel@lists.linux.dev, kch@nvidia.com, sagi@grimberg.me, linux-xfs@vger.kernel.org, linux-block@vger.kernel.org, cem@kernel.org, snitzer@kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-f2fs-devel@lists.sourceforge.net, linux-raid@vger.kernel.org, song@kernel.org, mpatocka@redhat.com, jaegeuk@kernel.org, bpf@vger.kernel.org, yukuai@fnnas.com, hch@lst.de, agk@redhat.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 24 Nov 2025 15:48:00 -0800 you wrote: > Hi, > > __blkdev_issue_discard() only returns value 0, that makes post call > error checking code dead. This patch series revmoes this dead code at > all the call sites and adjust the callers. > > Please note that it doesn't change the return type of the function from > int to void in this series, it will be done once this series gets merged > smoothly. > > [...] Here is the summary with links: - [f2fs-dev,V3,1/6] block: ignore discard return value (no matching commit) - [f2fs-dev,V3,2/6] md: ignore discard return value (no matching commit) - [f2fs-dev,V3,3/6] dm: ignore discard return value (no matching commit) - [f2fs-dev,V3,4/6] nvmet: ignore discard return value (no matching commit) - [f2fs-dev,V3,5/6] f2fs: ignore discard return value https://git.kernel.org/jaegeuk/f2fs/c/807e755c468a - [f2fs-dev,V3,6/6] xfs: ignore discard return value (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel